docs: mdx-js is using v2 for next edition (#8920)

This commit is contained in:
John Cao 2023-04-26 11:57:37 -04:00 committed by GitHub
parent 1279765f75
commit 41f1c1e3c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ import styles from './markdown-features-react.module.css';
## Using JSX in Markdown {#using-jsx-in-markdown}
Docusaurus has built-in support for [MDX v1](https://mdxjs.com/), which allows you to write JSX within your Markdown files and render them as React components.
Docusaurus has built-in support for [MDX v2](https://mdxjs.com/), which allows you to write JSX within your Markdown files and render them as React components.
:::note