PaulieScanlon / paulie-dev-2019-comments-repo

The repo that holds all the comments from paulie.dev
0 stars 0 forks source link

posts/2020/04/mdx-embedded-images/ #14

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Paul Scanlon | MDX Embedded Images

In this post i'm going to show you how to use MDXRenderer to display embedded images in the body of your MDX by sourcing them from…

https://paulie.dev/posts/2020/04/mdx-embedded-images/

juneikerc commented 1 year ago

hello paul greetings I hope you are well, at the time this tutorial helped me a lot in a personal project

since gatsby v5 and the gatsby-plugin-mdx update, the MDXRenderer component is not available, how can I pass the references of the images to the mdx document with the plugin update

<MDXRenderer embeddedImages={embeddedImagesByKey}>{body}</MDXRenderer>