简书Markdown语法学习
标题
# 一级标题
## 二级标题
### 三级标题
列表
有序列表
无序列表
- 1
- 2
- 3
引用
<p>
<code>
> 例如这样
</code>
</p>
效果:
example
插入图片和链接
[连接](http://zh.wikipedia.org/wiki/Markdown) 

Mou icon
粗体与斜体
使用一个星号就是粗体,两个便是斜体
粗体
斜体
表格
| 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 |
`
| Tables | Are | Cool |
|---|---|---|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
`
分割线
***