1. 常用方法

    #Header
    *斜體*
    **粗體**
    ***粗斜體***
    >引用
    超鏈接[notes](url)
    圖片[notes](url)
    代碼塊  反引號
    1. 2. 3. 列表
    - 無序列表
    段落用空行
    換行   
    分割線  ***  ---  _
    轉義   \
    html用法
    表格
  2. 實例
  • img:
    notes
  • 代碼塊:

    #python
    def hello(): 
        print("hello world!")
  • 表格

    nameagetel
    king2233
  • html

    1.<span style="color:red; font-size:32px">html span</span>
    2.<pre>hello world!          wa</pre>
    3.<code>print("hello world!")</code>

    html span

    hello world!          wa

    print("hello world!")




  1. 注意事項

标签: none

评论已关闭