-
Notifications
You must be signed in to change notification settings - Fork 765
markdown
吴钢明 edited this page Jan 16, 2018
·
1 revision
#标题
# This is an H1
## This is an H2
###### This is an H6
#引用块
> This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet,
consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.
Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
> Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse
id sem consectetuer libero luctus adipiscing.
#列表 ##无序列表
* Red
* Green
* Blue
##有序列表
1. Bird
2. McHale
3. Parish
#水平线 下面每一行都会得到一个水平线
* * *
***
*****
- - -
---------------------------------------
#链接
这是一个 [连接显示文字](http://example.com/ "Title") 行内链接。
[连接显示文字](http://example.net/) 没有title属性。
<http://example.com/> 自动链接
#强调
*single asterisks*
_single underscores_
**double asterisks**
__double underscores__
#图片 ##行内图片
![Alt text](/path/to/img.jpg)
![Alt text](/path/to/img.jpg "Optional title")
##引用图片
![Alt text][id]
#表格
| Left-Aligned | Center Aligned | Right Aligned |
| :------------ |:---------------:| -----:|
| col 3 is | some wordy text | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
#参考资料
- Markdown官网:http://daringfireball.net/projects/markdown/
- 中文参考:http://markdown.tw/
#在线编辑器
#支持Markdown的网站