Is it possible to put a macro within an html tag? I'd like to have the source of an image be based on a $var, and I can't use SugarCube's image markup as I want to specify the image size.
So far I've managed this by setting the image source after the fact, in an 'onLoaded' event in a script macro, but this seems clunky.