美文网首页
MarkDown语法使用

MarkDown语法使用

作者: wenweijia | 来源:发表于2016-07-08 11:18 被阅读21次

    #### 无序列表

    * 1

    * 2

    * 3

    + 1

    + 2

    + 3

    - 1

    - 2

    - 3

    #### 有序列表

    1. 1

    2. 2

    3. 3

    > 这里是引用

    #### 插入链接

    链接为:[]() [baidu](http://baidu.com)

    图片为:![](){ImgCap}{/ImgCap}  ![Mou icon](http://mouapp.com/Mou_128.png)

    **这里是粗体**

    *这里是斜体*

    | Tables        | Are          | Cool  |

    | ------------- |:-------------:| -----:|

    | col 3 is      | right-aligned | $1600 |

    | col 2 is      | centered      |  $12 |

    | zebra stripes | are neat      |    $1 |

    `protected void Page`

    分割线:

    ***

    脚注:

    hello[^hello]

    [^hello]: hi

    下划线

    ---

    #### 使用Tab进行代码块

    sdfsdfsd

    相关文章

      网友评论

          本文标题:MarkDown语法使用

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