Skip to content
Discussion options

You must be logged in to vote

No. Docusaurus only compiles Markdown once at build time. If your Markdown is statically available at build time, you can import it:

import Document from "./document.mdx";

<Document />

If you want to dynamically parse and render arbitrary Markdown, you have to bring your own Markdown parsing library.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@LintaoAmons
Comment options

Answer selected by LintaoAmons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants