Hi, is it possible to enable automatic caching of all images referenced in markdown and twig files into the /images folder? As far as I see, by default that happens only for images which are run through a filter.
I'm using static file cache so potential overheads aren't an issue. Ideally I'd like to have all of my images cached in the /images folder (thereby exposing nothing at all from the /user folder), but I'm pretty sure that's impossible for images referenced in css. Would there be any other such exceptions?