I see a lot of responsive image tips for Hugo, but all of them seem to require a shortcode or similar to be invoked.
Is there a way to process all the images in the “Content” section of the markdown file?
I got as far as to use page bundles - but how to get the images processed and the normal markdown image tags (which there can be many in an .md file) ![](image-pointing-to-bundle-folder.jpg) to be expanded to responsive images?
But I’m not referencing the images in the front matter - I don’t have direct pointers to the images. The images are living in the content section of the markdown, and the markdown itself would have to be parsed to see what’s in there (and process the images after looking “inside”).