美文网首页
Markdown 语法练习

Markdown 语法练习

作者: Restar | 来源:发表于2016-12-07 16:52 被阅读12次

    最高阶标题

    第二阶标题

    H1

    H2

    H6

    区块引用

    1. 这是第一行
    2. 这是第二行

    嵌套区块

    无序列表

    • 1
    • 2
    • 3
      • 1
      • 2

    有序列表

    1. First
    2. Second
    3. 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`

    iOS学习资料

    自动链接:https://github.com/

    相关文章

      网友评论

          本文标题:Markdown 语法练习

          本文链接:https://www.haomeiwen.com/subject/lubdmttx.html