一些常用的MarkDown知识
目录
- 标题-ATX形式
- 表格
- 代码
- 标题
- 分割线
- 列表
- 引用
- 粗体和斜体
- 链接和图片
- 附录
- to-do list
- 数学公式
- 各种图
标题-ATX形式
标题6
标题5
标题4
标题3
标题2
标题1
表格
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
- 左右对齐
header 1 | header 2 | header 3 |
---|---|---|
r | r | r |
r | r | r |
代码
1 | public static void main(String args[]) { |
分割线
列表
无序列表
- Candy.
- chen
- yin
- Gum.
- 星
- 明
- 天
- 地
有序列表
- Red
- RedGreen
- RedRed
- Green
- Blue
引用
Life is short, I use Python.
This is a blockquote .
粗体和斜体
Some of these words are emphasized.
Some of these words are emphasized also.
Use two asterisks for strong emphasis.
Or, if you prefer, use two underscores instead.
链接&图片
链接
This is an example link.
I get 10 times more traffic from [Google][1] than from
[Yahoo][2] or [MSN][3].
[1]: http://google.com/ “Google”
[2]: http://search.yahoo.com/ “Yahoo Search”
[3]: http://search.msn.com/ “MSN Search”
图片
Special
to-do list
- 已完成项目1
- 已完成事项1
- 已完成事项2
- 已完成项目1
- 已完成事项1
- 已完成事项2
- 已完成事项1
数学公式
1 | E = mc^2 |