-
Hi there, I have a Gatsby blog and after a recent round of dependency updates I've noticed that my markdown tables no longer render in HTML (instead stay as the markdown text on the page) Here's an example: The markdown file is located here and clearly has valid MD syntax as GItHub is happily rendering it. I figured it might be easiest to simply link to my GitHub project rather than uploading the package.json etc so here's the link: https://github.com/adoptium/blog.adoptium.net Many thanks in advance for your help |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
MDX 2 removed the GFM support, you'll need to re-add on your own: https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-mdx#gfm--esm-only-packages I highly recommend going through all the migration notes as the MDX 1 => MDX 2 update was quite big. |
Beta Was this translation helpful? Give feedback.
-
@LekoArts I'm trying to use remark-gfm. But I'm getting the following error. If you need more details, here's the details. |
Beta Was this translation helpful? Give feedback.
MDX 2 removed the GFM support, you'll need to re-add on your own: https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-mdx#gfm--esm-only-packages
I highly recommend going through all the migration notes as the MDX 1 => MDX 2 update was quite big.