markdown语法

标题

在行首插入 1 到 6 个 # ,对应到标题 1 到 6 阶。
blog将*的标题自动整理生成为目录

水平线

连续三个_或-或*

文本样式

加粗:用两个*_包裹文字
斜体:用一个*_包裹文字
删除线:用两个~包裹文字
转义:在需转义字符前加

列表

无序列表:

  • Create a list by starting a line with +, -, or *

有序列表:

  1. You can use sequential numbers…
  2. …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
6
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"

I get 10 times more traffic from Google than from Yahoo or MSN.

原文:大专栏  markdown语法


上一篇:php – Yahoo Contact API


下一篇:Support URL