Markdown Cheatsheet
Headers
# Header 1
## Header 2
### Header 3
#### Header 4 ####
##### Header 5 #####
###### Header 6 ######
Header 1
Header 2
Header 3
Header 4
Header 5
Header 6
Emphasis
*This text will be italic*
_This will also be italic_
**This text will be bold**
__This will also be bold__
_You **can** combine them_
This text will be italic This will also be italic
This text will be bold This will also be bold
You can combine them
Inline Links
A [link](http://example.com "Title")
Processed
A link
Referenced Links
Some text with [a link][1] and
another [link][2].
Processed
Some text with a link and another link
##Inline Images

Processed
Ordered list
1. Item 1
1. Item 2
1. Item 3
1. Item 3a
1. Item 3b
Unordered list
* Item 1
* Item 2
* Item 2a
* Item 2b
Blockquotes
As I said:
> We're living the future so
> the present is our past.
We're living the future so the present is our past.
Inline code
I think you should use an
`<addr>` element here instead.
I think you should use an
<addr>
element here instead.
Task lists
- [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
- @mentions, #refs, links, formatting, and
tagssupported - list syntax required (any unordered or ordered list supported)
- this is a complete item
- this is an incomplete item
Tables
First Header | Second Header
------------ | -------------
Content from cell 1 | Content from cell 2
Content in the first column | Content in the second column
First Header | Second Header |
---|---|
Content from cell 1 | Content from cell 2 |
Content in the first column | Content in the second column |
Strikethrough
~~Strikethrough~~
Strikethrough