MDX plugins
MDX has a built-in plugin system that can be used to customize how Markdown files are parsed and transformed to JSX. However, if you change the way Markdown behaves, you must also reflect these changes in the CMS.
Warning
MDX plugins that change the behavior of standard Markdown components may break compatibility with the CMS. Proceed at your own risk.
For more information, refer to MDX Plugins in the Docusaurus documentation.
Note
DocStatic preinstalls and configures the math plugins for you.