Process images with Sharp in external markdown content #33172
Unanswered
laurenskling
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm processing markdown fetched via
gatsby-source-graphql
as this example:https://github.com/gatsbyjs/gatsby/blob/master/examples/using-gatsby-source-graphql/gatsby-node.js#L51
My Markdown contains images, and I would actually like to process them with sharp, to create optimized images. Like
gatsby-remark-images
can do. Any thoughts of how to achieve this?Beta Was this translation helpful? Give feedback.
All reactions