An open API service indexing awesome lists of open source software.

https://github.com/kejunmao/vscode-markdown-alert

Adds alert blockquote support to VS Code's built-in markdown preview
https://github.com/kejunmao/vscode-markdown-alert

markdown-alert markdown-it vscode-extension

Last synced: about 1 year ago
JSON representation

Adds alert blockquote support to VS Code's built-in markdown preview

Awesome Lists containing this project

README

          

# VS Code Markdown Alert

Support [GitHub style alerts](https://github.com/orgs/community/discussions/16925) for VS Code Markdown preview and in notebook powered by [markdown-it-github-alerts](https://github.com/antfu/markdown-it-github-alerts).

![preview](https://raw.githubusercontent.com/kejunmao/vscode-markdown-alert/main/docs/preview.png)

> [!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.