Render multiple mdx file into a single page #37301
Replies: 3 comments 5 replies
-
had this question here myself #25068 (reply in thread) does not look as if there is any movement on that front |
Beta Was this translation helpful? Give feedback.
-
We had no other choice than to mix https://www.gatsbyjs.com/plugins/gatsby-transformer-remark/ and https://www.gatsbyjs.com/plugins/gatsby-plugin-mdx |
Beta Was this translation helpful? Give feedback.
-
It's 2024 and I still find the same problem. I used to render single MDX files on a What's New page using MDXRenderer with Gatsby 4. Now, I want to upgrade to Gatsby 5 due to security reasons. However, MDXRenderer is gone in gatsby-plugin-mdx. I tried the compile method from mdx-js/react but without success. Is there a know way to render single MDX files on a Gatsby page? |
Beta Was this translation helpful? Give feedback.
-
Hello, what is the way to go, if you want to render multiple markdown files (fragments, blocks, ..) into a single page with
gatsby-plugin-mdx
? In version 3 we had<MDXRenderer>
but now it seems like this plugin is only usable for whole mdx pages? What is the way to go now? I've found similar questions here https://stackoverflow.com/questions/74309351/how-to-render-mdx-with-gatsby-plugin-mdx-from-allmdx-query and #37045Beta Was this translation helpful? Give feedback.
All reactions