Markdown语法速查

标题
# 一级标题
## 二级标题
### 三级标题
#### 四级标题
##### 五级标题
###### 六级标题 

- 列表1
- 列表2

1. 列表1
2. 列表2

普通链接:
[链接名称](http://www.jianshu.com)

图片链接:
![](http://upload-images.jianshu.io/upload_images/259-0ad0d0bfc1c608b6.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

显示链接中带括号的图片
![][1]
[1]: http://latex.codecogs.com/gif.latex?\prod%20\(n_{i}\)+1

> 引用 

 *斜体*

**粗体**


表格(居左、居中、居右):
| Tables        | Are           | Cool  |
| ------------- |:-------------:| -----:|
| col 3 is      | right-aligned | $1600 |
| col 2 is      | centered      |   $12 |
| zebra stripes | are neat      |    $1 |



摘自:《献给写作者的 Markdown 新手指南》

你可能感兴趣的:(Markdown语法速查)