美文网首页
markdown基本语法

markdown基本语法

作者: Reef777 | 来源:发表于2016-07-27 19:13 被阅读0次

    标题

    一级标题

    二级标题

    三级标题

    无序列表

    • 100
    • 200
    • 300

    有序列表

    1. 1000
    2. 4400
    3. 2300
    4. 1200

    链接

    知乎

    图片

    引用

    abcd

    粗体和斜体

    斜体 粗体

    表格

    Tables Are Cool
    col 3 is right-aligned $1600
    col 2 is centered $12
    zebra stripes are neat $1

    代码

    行的开头空 4个空格

    public class A
    {
      int a = 0;
    }
    
    public class B
    {
      int b = 0;
    }
    

    空两个 空格 会怎样

    keywords = ["Hello", "world"]

    空两个 Tab 会怎样

    keywords = ["Hello", "world"]
    

    ----分割线----


    这也是分割线

    嵌套列表

    • out1
      • out1.1
      • int1.2
        • int1.2
          • 1.3
    • out2

    相关文章

      网友评论

          本文标题:markdown基本语法

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