You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried the lastest with-fumadocs example, but it didn't render the Markdown content. However, when I rollback to a previous commit. It works perfectly. I guess it's related to fumadocs version upgrade.
The text was updated successfully, but these errors were encountered:
Inside the /examples/with-fumadocs and run npm install to install packages
I run npm run dev
For the scrollycoding.mdx example, I updated the file with markdown syntax like this
## Hello
> Here is a quote
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lectus elit, tincidunt consectetur auctor ac, dignissim eget dolor. Integer magna ante, dictum ut posuere sed, faucibus quis risus.
...
However, the webpage didn't render the expected format (Level two title and quote), it just display plain text:
Hello
Here is a quote
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer lectus elit, tincidunt consectetur auctor ac, dignissim eget dolor. Integer magna ante, dictum ut posuere sed, faucibus quis risus.
...
I solved this problem by rollback to a previous commit.
I tried the lastest
with-fumadocs
example, but it didn't render the Markdown content. However, when I rollback to a previous commit. It works perfectly. I guess it's related to fumadocs version upgrade.The text was updated successfully, but these errors were encountered: