Skip to content

Commit

Permalink
docs: mdx-js is using v2 for next edition (#8920)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhcao23 committed Apr 26, 2023
1 parent 1279765 commit 41f1c1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 41f1c1e

Please sign in to comment.