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
<article className='prose max-w-none'>
<MDXRemote source={content} />
<h2>Raw content below works but TABLE md not parsed</h2>
<div>{content}</div>
</article>
Additional information
I have checked most of the bugs and related things I can see online.
Some things which helped get mdx working
mdx-components.tsx in the root folder not app!
delete .next folder
Adding the correct next config to support MDX
The remarkGFM plugin doesn't work so I see the md table content not the html. because I could use
{content}
as this seems to work ok. I also get my front matter ok and so the issues are just the and table parsing.
Describe the bug
Summary
I am using MDX files for content for a static site. The files sit in a folder and I am using a utility function along with compileMDX.
Trying to use like this
Additional information
I have checked most of the bugs and related things I can see online.
Some things which helped get mdx working
mdx-components.tsx in the root folder not app!
delete .next folder
Adding the correct next config to support MDX
The remarkGFM plugin doesn't work so I see the md table content not the html. because I could use
Thank you for help my package:
Example
No response
Reproduction
sorry
next-mdx-remote version
5.0.0
The text was updated successfully, but these errors were encountered: