Markdown Features
Docusaurus uses Markdown as its main content authoring format.
Learn Markdown
You can learn Markdown in 10 minutes.
Docusaurus uses modern tooling to help you create interactive documentation.
The MDX compiler transforms Markdown files to React components, and allows you to use JSX in your Markdown content. This enables you to easily interleave React components within your content, and create delightful learning experiences.
Use the MDX Playground
The MDX playground is your new best friend!
It is a very helpful debugging tool that shows how the MDX compiler transforms Markdown to React.
Options: select the right format (MDX or CommonMark) and the following plugins Docusaurus uses: remark-gfm
, remark-directive
, rehype-raw
.