Markdown 语法练习
2016-12-07 本文已影响12人
Restar
最高阶标题
第二阶标题
H1
H2
H6
区块引用
- 这是第一行
- 这是第二行
嵌套区块
无序列表
- 1
- 2
- 3
- 1
- 2
有序列表
- First
- Second
- Third
<ol>
<li>Hello</li>
</ol>
2016.12.07. etrtryt
<p>普通段落: </p>
<pre><code>代码块</code></pre>
分割线
This is my GitHub link.
This is [foo]: http://www.baidu.com/ "导航"
This is [百度]: http://www.baidu.com/
This is *a* 强调 extreme extreme sentence.
包含一段 `NSLog(@"代码");
hello (`) world.
hello world `
hello world `foo`
自动链接:https://github.com/