标题
在行首插入 1 到 6 个 # ,对应到标题 1 到 6 阶。
blog将最高级的标题自动整理生成为目录
水平线
连续三个_或-或*
文本样式
加粗:用两个*
或_
包裹文字
斜体:用一个*
或_
包裹文字
删除线:用两个~
包裹文字
转义:在需转义字符前加\
列表
无序列表:
- Create a list by starting a line with
+
,-
, or*
有序列表:
- You can use sequential numbers…
- …or keep all the numbers as
1
.
链接
行内形式:1
This is an [example link](http://example.com/ "With a Title").
This is an example link.
参考形式:1
2
3
4
5
6I 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"
I get 10 times more traffic from Google than from Yahoo or MSN.
test from Hodge