目录标题字体颜色 字号表格换行列表
无序列表有序列表 引用图片与链接
插入链接插入图片 粗体与斜体代码框
inlinecodeblock codeFenced Code Block 分割线空格
目录
[toc] 生成目录
标题
#一级标题
##二级标题
###三级标题
字体颜色 字号
<font size=
5 color = red face =
'黑体'>
...</font>
red
表格
|
Tables |
Are |
Cool |
| ------------- |
:-------------:| -----
:|
| col
3 is | right-aligned |
$1600 |
| col
2 is | centered |
$12 |
| zebra stripes | are neat |
$1 |
TablesAreCool
col 3 isright-aligned$1600col 2 iscentered$12zebra stripesare neat$1
或者
项目
| 价格
--------
| ---
Computer
| $1600
Phone
| $12
Pipe
| $1
项目价格
Computer$1600Phone$12Pipe$1
换行
<br/>
换行
列表
无序列表
*1
*2
*3
无序列表
123
有序列表
有序列表
1.1
2.2
3.3 //
"."号 与
3之间有个空格
123
引用
>引用一小段别处的句子
引用一小段别处的句子
图片与链接
图片为: 
链接: []()
插入链接
Baidu
插入图片
粗体与斜体
**这是粗体**
*这是斜体*
这是粗体 这是斜体
代码框
`这里是代码`(不是单引号,是点号)
inlinecode
hello world
block code
Hello world
Hello world
hello world
hello world
hello world
Fenced Code Block
```
这里是代码
```
hello world
hello world
分割线
***(三个*号)
空格
//需要多少空格语句就重复多少遍 qwerty 转载:http://www.jianshu.com/p/1e402922ee32/