### Describe the feature you'd like to request Last week, GitHub supported alerts as follows: ```md > [!NOTE] > This is a note ``` > [!NOTE] > This is a note See: - https://github.blog/changelog/2023-12-14-new-markdown-extension-alerts-provide-distinctive-styling-for-significant-content/ - https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts I hope myst-parser can add an extension to provide the same feature to provide a consistent preview for GitHub and Sphinx. ### Describe the solution you'd like Add an option to `myst_enable_extensions` to allow such syntax. ### Describe alternatives you've considered _No response_
Describe the feature you'd like to request
Last week, GitHub supported alerts as follows:
Note
This is a note
See:
I hope myst-parser can add an extension to provide the same feature to provide a consistent preview for GitHub and Sphinx.
Describe the solution you'd like
Add an option to
myst_enable_extensionsto allow such syntax.Describe alternatives you've considered
No response