您的位置:首页 > 其它

Markdown常用命令

2017-09-06 19:41 127 查看

一级标题

二级标题

三级标题

四级标题

五级标题

六级标题

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


列表

有序列表

1

2

3

1. 1
2. 2
3. 3


无序列表

1

2

3

- 1
- 2
- 3


或者

1

2

3

* 1
* 2
* 3


引用

这里是引用

> 这里是引用


图片与链接

插入图片



![图片](http://ww2.sinaimg.cn/large/6aee7dbbgw1efffa67voyj20ix0ctq3n.jpg)


插入链接

BaiDu

[BaiDu](www.baidu.com)


粗体和斜体

粗体

斜体

**粗体**
*斜体*


表格

TablesAreCool
col 3 isright-aligned$1600
col 2 iscentered$12
zebra stripesare neat$1
| Tables        | Are           | Cool  |
| ------------- |:-------------:| -----:|
| col 3 is      | right-aligned | $1600 |
| col 2 is      | centered      |   $12 |
| zebra stripes | are neat      |    $1 |


代码框

if {

}
else {
}


```
if {

}
else {
}
```


分割线

***
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: