Open
Description
Have you read the Contributing Guidelines on issues?
- I have read the Contributing Guidelines on issues.
Motivation
Github is experimenting with adding admonition/callout support to GFM. When and if the solution stabilises it would be nice to make docusaurus compatible with this solution as this would make it easier to reuse markdown content that was initially written for github. Another point for it is to lower the learning curve as GFM is an industry standard.
From this comment I can see that there are known issues with current admonition implementation and there are plans to fork it #6246.
Two examples of this feature:
Note
At time of creation GFM callouts is an experimental feature and is discussed here
Warning
GFM callouts currently only supportNote
|Warning
variations while docusaurus docs mention support fornote
|tip
|info
|caution
|danger
Self-service
- I'd be willing to do some initial work on this proposal myself.