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

Add Callout Feature #122

Closed koemigg closed 10 months ago

koemigg commented 10 months ago

I'd like to express my interest in having the "callout" feature, which is available in GitHub Flavored Markdown, to be incorporated into the VSCode markdown preview.

callout example

Code

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

> [!IMPORTANT]  
> Crucial information necessary for users to succeed.

> [!WARNING]  
> Critical content demanding immediate user attention due to potential risks.

Output

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

[!IMPORTANT]
Crucial information necessary for users to succeed.

[!WARNING]
Critical content demanding immediate user attention due to potential risks.

jjspace commented 10 months ago

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

@mjbvz it might make sense to pin one of these in this repo since that issue is in a different one. This is the third or fourth issue that's been opened about it

mjbvz commented 10 months ago

Closing as duplicate

Please make sure to search before opening an issue: https://github.com/mjbvz/vscode-github-markdown-preview-style/issues?q=is%3Aissue+NOTE+is%3Aclosed