mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 23:57:22 +02:00
docs: mdx-js is using v2 for next edition (#8920)
This commit is contained in:
parent
1279765f75
commit
41f1c1e3c2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue