middleman / middleman-asciidoc

:beginner: AsciiDoc support for Middleman 4. (In Middleman 3, AsciiDoc support is provided by a core extension).
https://middlemanapp.com
Other
27 stars 12 forks source link

Asciidoc + Images with asset hashes #91

Open marcobehler opened 4 years ago

marcobehler commented 4 years ago

Hi guys, is there a way to get asset hashing working with asciidoc files + Middleman?

Say I have an image in my .adoc like this:

image:mypic.png[mypic]

This won't get asset hashed at the moment. Any workarounds?

Thanks marco

mojavelinux commented 8 months ago

I would look for an extension for Middleman that adds asset hashes to images. I don't think it's the responsibility of this extension to do so. You also might be able to use an Asciidoctor extension.