码迷,mamicode.com
首页 > 其他好文 > 详细

markdown语法(github flavor)

时间:2018-02-26 11:37:13      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:open   list item   git   markdown   bsp   lis   request   important   文本   

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]表示任务完成 
 

 

markdown语法(github flavor)

标签:open   list item   git   markdown   bsp   lis   request   important   文本   

原文地址:https://www.cnblogs.com/reiko/p/8470392.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!