美文网首页
Markdown语法练习

Markdown语法练习

作者: 果啤 | 来源:发表于2016-05-14 16:36 被阅读23次

    区块元素

    标题

    1阶标题

    2阶标题

    1阶标题

    2阶标题

    3阶标题

    4阶标题

    5阶标题
    6阶标题

    区块引用

    区块引用1

    区块引用2

    区块引用嵌套1

    区块引用嵌套2

    列表

    无序列表

    • item1
    • item2
    • item3

    或者

    • item1
    • item2
    • item3

    或者

    • item1
    • item2
    • item3

    有序列表

    1. itemA

    2. itemB

    区块引用

    1. itemC

    代码区块

    <p>
    这是一个普通段落:
    </p>

    <pre>
    <code>
    这是一个代码区块。

    func sayhelloworld()

    {

    print("hello world")

    }
    </code>
    </pre>

    分割线


    区段元素

    链接

    这是 hao123 的链接

    强调

    强调

    粗体

    粗体

    代码

    func sayhelloworld() { print("hello world") }

    自动链接

    http://www.hao123.com
    584763778@qq.com

    相关文章

      网友评论

          本文标题:Markdown语法练习

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