Markdown AdmonitionsEnables Docusaurus-style and MkDocs-style admonitions in the VS Code preview. FeaturesSeveral static site generators for documentation including Docusaurus have support for informational hints in the documentation. This extension allows for the preview to show Docusaurus and MkDocs admonitions. MkDocs style admonitions fall back to a default and docusaurus style only renders known types. Examples:
This and the other divs will be displayed like this in dark mode in VS Code: They can also be stacked: The markdown for the four divs will be shown like above if the extension is enabled. Otherwise they will be four paragraphs of text. Additional info at Docusaurus. Based on markdown-it, markdown-it-container and markdown-it-admon. RequirementsRuns in Visual Studio Code. Extension SettingsThis extension contributes the following settings:
Known IssuesNone. |