Skip to main content

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

This is an apple 🍎