MD files don't use the default MDX components/styles #3290
Unanswered
BlackRam-oss
asked this question in
Q&A
Replies: 1 comment 8 replies
-
|
cannot reproduce, need reproduction
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Fumadocs with Next.js to build the documentation for my game engine.
For various reasons, I had to add some ".md" files instead of ".mdx" files (the files are auto-generated, so I can't use ".mdx").
Fumadocs is able to read and render the ".md" files correctly, but it seems that the default MDX components/styles are not applied to them. The rendered output looks very different compared to ".mdx" pages.
I've attached a screenshot to better show the issue.
Is there a way to use the default MDX components (or the same styling behavior) for ".md" files as well?
Beta Was this translation helpful? Give feedback.
All reactions