本Blog文章由Markdown发文。一种网络的书写语言。Markdown
文章标题
1 | # 这是 H1 |
区块引用 Blockquotes
引用的区块内也可以使用其他的 Markdown 语法,包括标题、列表、代码区块等。
1 | > ## 这是一个标题。 |
列表
1 | * Red |
代码区块
1 |
|
分隔线
1 | * * * |
链接、图片
1 | 文字连接 |
强调
如果你的 *
和 _
两边都有空白的话,它们就只会被当成普通的符号
1 | *single asterisks* |
single asterisks
single underscores
double asterisks
double underscores
代码
如果要标记一小段行内代码,你可以用反引号把它包起来(`)
1 | Use the `printf()` function. |
Use the printf()
function.There is a literal backtick (`) here.
A backtick-delimited string in a code span: `foo`
其他
自动连接
1 | <http://example.com/> |
http://example.com/
address@example.com
反斜杠
用来插入特殊符号
1 | \*literal asterisks\* |
*literal asterisks*
音乐连接
1 | <iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=432506345&auto=1&height=66"></iframe> |