kovetskiy / mark

Sync your markdown files with Confluence pages.
https://samizdat.dev
Other
988 stars 147 forks source link

Support external images in ac:image macro with width property #325

Open miikaeru opened 1 year ago

miikaeru commented 1 year ago

I want to keep my repository size as low as possible and thus not upload images to it. This means I have to use external links for adding images to my confluence pages. In addition, I want to add a width to images.

In order to add a width, I would like to use the macro ac:image, but it appears not to support external images.

As a workaround, I am using HTML such as

<img alt="Image description" width="700" src="url" />
kovetskiy commented 1 year ago

could you please provide a reproducible example?