Markdown语法大全

作者: 涅小黑 | 来源:发表于2020-03-19 01:06 被阅读0次

    标题1

    标题2

    标题3

    标题4

    标题5
    标题6
    #标题1 
    ##标题2
    ###标题3
    ####标题4
    #####标题5
    ######标题6  
    

    图片

    图片
    ![图片](https://img.haomeiwen.com/i6624435/f212ff8cadffebae?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
    

    斜体与粗体

    斜体粗体

    *斜体* 与 **粗体**
    

    链接

    点击跳转

    [描述](url)
    

    排序

    • 我是第一排
    • 我是第二排
    • 我是第三排
    * 我是第一排
    * 我是第二排
    * 我是第三排
    
    1. 第一点
    2. 第一点
    3. 第一点
    1. 第一点
    2. 第一点
    3. 第一点
    

    代码:

        ```
          String a = "hello world";
        ```
    

    分割线


    -----
    

    引用

    学而时习之,不亦说乎 - 《论语》

    >学而时习之,不亦说乎 - 《论语》
    

    表格

    第一列 第二列
    Content Cell Content Cell
    Content Cell Content Cell
    第一列  | 第二列
    ------------- | -------------
    Content Cell  | Content Cell
    Content Cell  | Content Cell
    
    左对齐 居中 右对齐
    col 3 is some wordy text $1600
    col 2 is centered $12
    zebra stripes are neat $1
    | 左对齐  | 居中  | 右对齐 |
    |:------------- |:---------------:| -------------:|
    | col 3 is      | some wordy text |         $1600 |
    | col 2 is      | centered        |           $12 |
    | zebra stripes | are neat        |            $1 |
    

    相关文章

      网友评论

        本文标题:Markdown语法大全

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