How to include full MDX content in feed in gatsby-plugin-mdx v4 #37045
-
        
 How can we include full MDX content (not just an excerpt) in gatsby-plugin-feed items, now that the   | 
  
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
| 
         I've spent a day or so struggling with this, including trying to manually render the MDX on the needed pages in gatsby-node.js using  I think I'll need to stick on Gatsby 4.20 until the the MDX plugin evolves.  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         hey any solution for this yet? damn Gatsby is quite bad...  | 
  
Beta Was this translation helpful? Give feedback.
I've spent a day or so struggling with this, including trying to manually render the MDX on the needed pages in gatsby-node.js using
compileMDXWithCustomOptionsand manually creating a node field of the result. But the result is a string of javascript code and it's not clear how to make use of that without anMDXRenderercomponent.I think I'll need to stick on Gatsby 4.20 until the the MDX plugin evolves.