docusaurus-plugin-docs-editor
docusaurus-plugin-docs-editor copied to clipboard
Add support for admonitions
Currently there is no support for Docusaurus admonitions. There is a remark plugin that supports admonitions directly, however this is only compatible with older versions of remark. As we would like to target newer versions of remark, we could use this plugin to parse admonitions.
Still actual!