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 support for alerts #112

Closed ookami-kb closed 1 year ago

ookami-kb commented 1 year ago

GitHub recently added support for alerts.

E.g. this code:

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

will be rendered as

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

mjbvz commented 1 year ago

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

ookami-kb commented 1 year ago

Ah, was looking for alert issue, and didn't find anything. Thanks!