標(biāo)題
#h1
## h2
### h3
#### h4
##### h5
###### h6
引用
> hello world!
> hello world!
> hello world!
> aaaaaaaaa
>> bbbbbbbbb
>>> cccccccccc
引用!
行內(nèi)標(biāo)記
標(biāo)記之外`hello world`標(biāo)記之外
代碼塊
```javascript # 自定義語法
<div>
<div></div>
<div></div>
<div></div>
</div>
```
or
`~~~`
`~~~`
鏈接
[百度1](http://www.baidu.com/" 百度一下")
有序列表
1. one
2. two
3. three
無序列表
* one
* two
* three

效果