1.标题
#一级标题
##二级标题
###三级标题
...
######六级标题
2.引用
>这个是引用
>是不是和电子邮件中的
>引用格式很像
3.段落
 半方大空格
 全方大空格
行末尾加多个空格为分行符
4.强调
*text*或_text_
**text**或__text__
***text***或___text___
5.列表
- 无序列表1
- 无序列表2
- 无序列表2.1
- 列表内容
- 列表内容
1. 有序列表1
2. 有序列表2
3. 有序列表3
6.链接
[link text](http://example.com/ "optional title")
[link text][id]
[id]: http://example.com/ "optional title here"
<http://example.com/>