# Header1
### Header3
###### Header6
[text link](http://example.com "Optional Tilte")

<http://example.com>
user.name@example.com
Valid URL can also be automatic link in github-flavored-markdown
I get 10 times more traffic from Google than from Yahoo or MSN.
I get 10 times more traffic from [Google] [1] than from [Yahoo] [2] or [MSN] [3].
[1]: http://google.com/ "Google"
[2]: http://search.yahoo.com/ "Yahoo Search"
[3]: http://search.msn.com/ "MSN Search"
item2
* item0
* item1
* item2
*
or-
or+
are valid leading char.
8 spaces or two tabs needed when code after list
item2
1. item0
2. item1
3. item2
Emphasis/Italic
*Emphasis/Italic*
Strong/Bold
**Strong/Bold**
*
or_
is ok.
This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.
This is nested blockquote.
Single line or multi lines.
> This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.
> > This is nested blockquote.
js code
4 leading whitespace.
js code
var hi = 'hi';
console.log(hi);
Supported in github-flavored-markdown
<div class="highlight"><pre lang="javascript"> var hi = 'hi';
console.log(hi);
</pre></div>
* * *
***
*****
*
or-
is ok.