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

Note, warning and important blocks not styled #119

Closed DUB1401 closed 10 months ago

DUB1401 commented 10 months ago

Recently, GitHub added a new format for attention-grabbing blocks. You can read about it here.

But at the moment there is no support for such formatting in VS Code, as well as in your extension.

> [!NOTE]  
> Sometext.

image

Please integrate this syntax in your extension.

[!NOTE]
Sometext.

jjspace commented 10 months ago

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

(also see comment https://github.com/orgs/community/discussions/16925#discussioncomment-6934525)

DUB1401 commented 10 months ago

Duplicated.