md format code example

Example 1: md format

![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)

Example 2: md format

* Item 1
* Item 2
  * Item 2a
  * Item 2b

Example 3: md format

*This text will be italic*
_This will also be italic_

**This text will be bold**
__This will also be bold__

_You **can** combine them_

Example 4: md format

# This is an <h1> tag
## This is an <h2> tag
###### This is an <h6> tag

Example 5: md format

#1
mojombo#1
mojombo/github-flavored-markdown#1

Example 6: md format

- [x] @mentions, #refs, [links](), **formatting**, and <del>tags</del> supported
- [x] list syntax required (any unordered or ordered list supported)
- [x] this is a complete item
- [ ] this is an incomplete item

Example 7: md format

I think you should use an
`<addr>` element here instead.

Example 8: md format

As Kanye West said:

> We're living the future so
> the present is our past.

Tags:

Html Example