1. 引用
>
2. 分隔線
---
3.鏈接
[豆瓣](www.douban.com)
4. 插入圖片
![cmd-markdown-logo](https://www.zybuluo.com/static/img/logo.png)
cmd-markdown-logo
5.文字樣式
**粗體**
*斜體*
粗體
斜體
6. 代碼
簡書不支持代碼高亮
@requires_authorization
class SomeClass:
pass
if __name__ == '__main__':
# A comment
print 'hello world'
7.列表
7.1 無序列表
- C1
- C2
- C3
- C1
- C2
- C3
7.2 有序列表
1. C1
2. C2
3. C3
- C1
- C2
- C3
8. 繪制表格
|Tables|Are|Cool|
|:-|:-:|-:|
|Row 1|Row 2|Row 3|
|is|is|is|
|left-aligned|centered|right-aligned|
Tables Are Cool Row 1 Row 2 Row 3 is is is left-aligned centered right-aligned
詳細(xì)參考
Markdown語法說明