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
详细参考
Markdown语法说明
网友评论