Skip to content

Latest commit

 

History

History
59 lines (49 loc) · 917 Bytes

File metadata and controls

59 lines (49 loc) · 917 Bytes

标题1 用 #

标题2 用 ##

标题3 用 ###

链接

普通链接

链接 [Title](Url)

图片

图片
图片的话就是链接前面加 !

字体

加粗 **<string>**
斜体 *<string>*
++万恶++ ++<string>++
~~ 删除线 ~~
==高亮== ==text==
换行符 两个空格

引用 > <stirng> 引用

格式

无序列表

  • 列表1
  • 第二个

有序列表

  1. 有序列表 1. <string>
  2. 有序列表2 2. <string>

内嵌代码 用 tab

!/usrbin/env python3
import this`

指定代码格式

    // javascript
    function test() {
        alert(2) // 注释
    }
    # python
    def main() {
        print(3) # 注释
    }

一点点代码

import this

其他

分割线 ***


水平线 ---