markdown语法(github flavor)

1. 标题

# 一级标题

## 二级标题

。。。

###### 六级标题

 

2. 文本样式

样式 语法 举例 效果
加粗 ** **或者__ __ **This is bold text** This is bold text
斜体 * * 或者 _ _ *This text is italicized* This text is italicized
删除线 ~~ ~~ ~~This was mistaken text~~ This was mistaken text
加粗和斜体 ** ** 和 _ _ **This text is _extremely_ important** This text is extremely important

 

3. 文本引用

>

 

4. 代码引用

单行:` `

多行:``` ```

5. 链接

[文本](url)

6.列表

无序列表: -

有序列表: 1.

嵌套列表: 

- First list item

  - Second nested list item

7.任务列表

- [x] Finish my changes
- [ ] Push my commits to GitHub
- [ ] Open a pull request
 
[x]表示任务完成 
 

 

posted @ 2018-02-25 19:46  reikochyou  阅读(328)  评论(0编辑  收藏  举报