-
Notifications
You must be signed in to change notification settings - Fork 0
Markdown
Deepin edited this page Aug 13, 2021
·
2 revisions
# 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/
- 简书:http://www.jianshu.com/
- Github:https://github.com/