typora常用markdown语法

1.大标题:CTRL+1、2、3

hello world ctrl+1

hello world ctrl+2

hello world

2.序号标题:

  1. ​ 1.+一个空格
  2. 2
  3. 3
    1. tab键
  4. 列表

    • 圆圈序号 通过一个+ 空格
      • tab键
  5. 插入代码块

    a = 1
    b = 2
    c = 3

    三个```+python

猜你喜欢

转载自www.cnblogs.com/qianchanglai/p/12513707.html