简单的前情提要一下吧,就是想在自己博客里实现 Docusaurus 的 admonition(甚至是更换框架的直接原因),今天终于集成进来啦!先给出最终方案,其他方案在后面,FYI。
最终方案
GitHub 的提示方案,最大优势是可以直接在 Github 显示正确格式。
因为 remark 社区已实现插件,所以集成到 Astro 只需要一些简单操作(不用像 Gatsby 那样再套一层真的太舒服了):
实现效果:
NOTE
Highlights information that users should take into account, even when skimming.
TIP
Optional information to help a user be more successful.
IMPORTANT
Crucial information necessary for users to succeed.
WARNING
Critical content demanding immediate user attention due to potential risks.
CAUTION
Negative potential consequences of an action.
普通引用
其他方案
在这次调研中,我还找到了不少其他提示语法方案,在之前的博文也提到了一些,这里再整理一下更完整的版本。
https://github.com/elviswolcott/remark-admonitions
现时比较常见的语法(大概是被 Docusaurus 推广的)。
https://github.com/remarkjs/remark-directive
更具拓展能力,可以随意设定标签和 class:
callout
使用 MARKDOC 的 callout 转换自定义标签:
commonmark-ext-notifications
https://github.com/McFoggy/commonmark-ext-notifications