h1
## h2
###h3
####h4
#####h5
######h6
h1
h2
h3
h4
h5
h6
>区块引用
>> 1.区块引用嵌套1层11
>> 2.区块引用嵌套1层
>>>区块引用嵌套2层
>>>区块引用嵌套2层
区块引用
1.区块引用嵌套1层11
2.区块引用嵌套1层区块引用嵌套2层
区块引用嵌套2层
*强调*
强调
<code>
<code>
![Alt text](http://upload-images.jianshu.io/upload_images/2931962-00733e799173c4c9.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
![Alt text](http://cdn.jirengu.com/book.jirengu.com/img/2.jpg "Optional title")
![Alt text][id]
[id]: http://cdn.jirengu.com/book.jirengu.com/img/2.jpg "Optional title attribute"
![Alt text][id]
[id]: http://cdn.jirengu.com/book.jirengu.com/img/2.jpg "Optional title attribute"
<http://example.com/>
[链接](www.baidu.com)
<address@example.com>
(function(){
console.log('hello world');
})();