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

Not using note, warning and, important like github. #121

Closed galaxine-senpai closed 10 months ago

galaxine-senpai commented 10 months ago

The addon doesn't use the note warning and important flags as github does for 'notes'

example of them:

[!NOTE]\ NOTE

[!WARNING]\ WARNING

[!IMPORTANT]\ IMPORTANT


> [!NOTE]\
> NOTE

> [!WARNING]\
> WARNING

> [!IMPORTANT]\
> IMPORTANT
jjspace commented 10 months ago

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