斜体
_content_粗体
**content**header
#(number) 代表header number
###This is header 3.- 链接
[text context](url)
[Search for it.](www.google.com)
[You're *really, really* going to want to see this](www.dailykitten.com).- 图片

- reference
Do you want to [see something fun][a fun place]?
Well, do I have [the website for you][another fun place]!
[a fun place]: www.zombo.com
[another fun place]: www.stumbleupon.com![The first father][First Father]
![The second first father][Second Father]
[First Father]: http://octodex.github.com/images/founding-father.jpg
[Second Father]: http://octodex.github.com/images/foundingfather_v2.png
Blockquotes
> paragraph列表
无序列表* content
有序列表1. content
嵌套列表<空格>* content换行
hard(间距大) 空一行
soft(间距小) 结尾用两个空格画表格
| Number | Next number | Previous number |
| :--------- |:----------- | :-------------- |
| Five | Six | Four |
| Ten | Eleven | Nine |
| Seven | Eight | Six |
| Two | Three | One |- 代码书写
```
code
```或者
~~~
code
~~~