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
- Host: GitHub
- URL: https://github.com/kejunmao/vscode-markdown-alert
- Owner: KeJunMao
- License: mit
- Created: 2023-11-30T09:26:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-02T07:29:36.000Z (over 2 years ago)
- Last Synced: 2025-03-29T18:41:44.946Z (about 1 year ago)
- Topics: markdown-alert, markdown-it, vscode-extension
- Language: CSS
- Homepage: https://marketplace.visualstudio.com/items?itemName=kejun.markdown-alert
- Size: 159 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).

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