mjbvz / vscode-github-markdown-preview-style

VS Code extension that changes the built-in markdown preview to match Github's styling
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-preview-github-styles
MIT License
301 stars 57 forks source link

adding highlighted warning/tip/note etc using blockquote #126

Closed sedaradoykova closed 7 months ago

sedaradoykova commented 7 months ago

Hello! GitHub is testing the following feature to highlight warnings, notes, tips, etc in markdown files (see https://github.com/orgs/community/discussions/16925).

Syntax:

> [!NOTE]  
> Highlights information that users should take into account, even when skimming.

Resulting appearance:

[!NOTE]
Highlights information that users should take into account, even when skimming.

Could this feature be added to the vscode extension? Thank you!

jjspace commented 7 months ago

Duplicate of https://github.com/mjbvz/vscode-github-markdown-preview/issues/23