MDX Features
MDX allows you to write JSX in your Markdown files.
Using React Components
This is Docusaurus green !
This is Facebook blue !
Embedding JSX
You can embedded standard HTML/JSX directly:
Hello from JSX
This is a paragraph inside a div.
Importing Components
(Assuming you have components, you can import them like this:)
import MyComponent from './MyComponent';
<MyComponent />
Tabs
- Apple
- Orange
- Banana
This is an apple 🍎
This is an orange 🍊
This is a banana 🍌