#header1
##header2 ###header3
View source with this.
Check out this guide on Stack Overflow.
Markdown syntax (thanks @gruber). Why use markdown?
/n
Proceeded by new line.
Proceeded by blank line.
New <p>
with email link.
emphasis emphasis bold bold
###make a list
<li>
item
- or like this
- or even like this
- Step one
- Step two 3. Escaping can be helpful
quotes are awesome.
quotes w/
code
are more awesome
header1
=========
#header1
header2
-
##header2
###header3
___
***
View [source](#source) with [this][learn].
[Markdown][link-reference] syntax (thanks [@gruber]).
Why use [markdown](http://brettterpstra.com/2011/08/31/why-markdown-a-two-minute-explanation/)?
`/n`
Proceeded by new line.
Proceeded by blank line.
New `<p>` with email [link][email].
_emphasis_ *emphasis*
__bold__ **bold**
##well this is fun
![alt-text][image]
###make a list
- `<li>` item
* or like this
+ or even like this
1. Step one
2. Step two
3\. Escaping can be helpful
> quotes are awesome.
> quotes w/ `code` are more awesome
/* remove surrounding "`" */
`[link-reference]: http://daringfireball.net/projects/markdown/syntax`
`[learn]: http://dillinger.io/`
`[image]: http://i.imgur.com/Z5lIm.gif`
`[email]: mailto:[email protected]`
`[@gruber]: https://twitter.com/gruber"`
### <a id="#source"></a>source