美文网首页
Markdown常用语法

Markdown常用语法

作者: Aikoin | 来源:发表于2020-05-31 12:01 被阅读0次

    大大大标题

    无序列表

    • 文本1
    • 文本2
    • 文本3

    有序列表

    1. 文本1
    2. 文本2
    3. 文本3

    插入链接

    百度

    插入图片

    image

    引用

    曹承衍 Cho Seung Youn

    粗体和斜体

    曹承衍 Cho Seung Youn

    代码引用

    print("hello world")

    多段代码引用

    int a = 3;
    int b = 4;
    print(a+b);
    

    表格

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

    相关文章

      网友评论

          本文标题:Markdown常用语法

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