💥 Proposal: upgrade Remark to v13.0.0
It looks like the mdx-loader is using Remark v12.0.0: https://github.com/facebook/docusaurus/blob/master/packages/docusaurus-mdx-loader/package.json#L39
Remark v13.0.0 was released in mid-October. The release notes explain that "It replaces the 5+ year old internals with a new low-level parser: micromark.": https://github.com/remarkjs/remark/releases/tag/13.0.0
Reasons to upgrade:
- The latest versions of many remark plugins do not work with versions of Remark less than v13.0.0
Concerns:
Yes
💥 Proposal: upgrade Remark to v13.0.0
It looks like the mdx-loader is using Remark v12.0.0: https://github.com/facebook/docusaurus/blob/master/packages/docusaurus-mdx-loader/package.json#L39
Remark v13.0.0 was released in mid-October. The release notes explain that "It replaces the 5+ year old internals with a new low-level parser:
micromark.": https://github.com/remarkjs/remark/releases/tag/13.0.0Reasons to upgrade:
Concerns:
remark-admonitions(used in packages such asdocusaurus-plugin-content-docs) does not yet work with v13. This may mean that we may need to wait for all of the remark plugins to be updated before we upgrade Remark. We can track whether various Remark plugins are compatible with v13 here: https://github.com/remarkjs/remark/blob/main/doc/plugins.md#list-of-pluginsHave you read the Contributing Guidelines on issues?
Yes