我们在用myst来写文档的时候,如果要添加醒目的提示框,可以这样做:

首先,在conf.py中添加以下内容,以启用所有扩展插件


myst_enable_extensions = [
    "amsmath",
    "colon_fence",
    "deflist",
    "dollarmath",
    "fieldlist",
    "html_admonition",
    "html_image",
    "replacements",
    "smartquotes",
    "strikethrough",
    "substitution",
    "tasklist",
]

接着,就是各种提示框及其对应语法了。

“备注”提示框

:::{note}
note
:::

“小心”提示框

:::{caution}
caution
:::

“警告”提示框

:::{warning}
warning
:::

“错误”提示框

:::{error}
Error
:::

转载请注明来源:https://longjin666.cn/?p=1543

欢迎关注我的公众号“灯珑”,让我们一起了解更多的事物~

你也可能喜欢

发表评论