MyST Markdown 插件 & 扩展语法

MyST

pip install myst-parser  
  extensions = ["myst_parser"]

pip install myst-parser

pip install linkify-it-py

5.4. 可选的 MyST 扩展语法

    # 用于解析美元$和$$封装的数学和LaTeX 数学公式解析
    "dollarmath","amsmath",
    # 定义列表
    "deflist",
    # 冒号的代码围栏
    "colon_fence",
    # HTML 警告
    "html_admonition",
    # HTML 图像
    "html_image",
    # 智能引号与替换件
    "smartquotes","replacements",
    # 链接
    "linkify",
    # 替换
    "substitution",
    # 任务列表
    "tasklist"
]
  • Write the press release

  • Update the website

  • Contact the media