MDXTag, for those that aren’t aware, is a critical piece in the way MDX replaces HTML primitives like and with custom React Components. I’ve previously written about the way MDXTag works when trying to replace the tag with a custom code component. mdx-utils contains the methodology for pulling the props around appropriately through the MDXTag elements that are inbetween pre and code.| MDX
This article explains what the MDX format is. It shows how markdown, JSX, JavaScript expressions, and import and export statements in ESM can be used inside MDX.| MDX
Using the power of React in Docusaurus Markdown documents, thanks to MDX| docusaurus.io