首页 > 其他 > 详细

MD(markdown)语法

时间:2016-07-30 00:15:54      阅读:160      评论:0      收藏:0      [点我收藏+]
#标题1
##标题2

段落->空行分隔

[超链接](https://www.baidu.com)
**加粗**
_斜体_
~~删除线~~
1. 列表一
2. 列表二
图片:
![alt text](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 1")
表格

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

Markdown | Less | Pretty
--- | --- | ---
*Still* | `renders` | **nicely**
1 | 2 | 3

> 引用
水平线
---
Asterisks
***
Underscores
___

 

MD(markdown)语法

原文:http://www.cnblogs.com/sprinng/p/5719886.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!