You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2023. It is now read-only.
Say I want to create a gallery of images in my markdown body. I might nest some <img>s inside of a <div> or gatsby-transform-remark custom component (as in this codesandbox). Doing so will exclude my images from being processed by gatsby-remark-images-anywhere. Is it possible to for this plugin to access those <img> nodes and process them?