目录
[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 |
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
或者
项目 | 价格
-------- | ---
Computer | $1600
Phone | $12
Pipe | $1
项目 | 价格 |
---|---|
Computer | $1600 |
Phone | $12 |
Pipe | $1 |
换行
<br/>
换行
列表
无序列表
*1
*2
*3
无序列表
- 1
- 2
- 3
有序列表
有序列表
1.1
2.2
3.3 // "."号 与 3之间有个空格
- 1
- 2
- 3
引用
>引用一小段别处的句子
引用一小段别处的句子
图片与链接
图片为: 
链接: []()
插入链接
插入图片
粗体与斜体
**这是粗体**
*这是斜体*
这是粗体
这是斜体
代码框
`这里是代码`(不是单引号,是点号)//行内代码(inline code)这样写
inlinecode
hello world
block code
Hello world
Hello world //块代码(block code)一般是四个空格或一个Tab键
hello world
hello world
hello world
Fenced Code Block
```
这里是代码
```
hello world
hello world
分割线
***(三个*号)
空格
//需要多少空格语句就重复多少遍
qwerty
转载:http://www.jianshu.com/p/1e402922ee32/