asciidocfx / AsciidocFX

Asciidoc Editor and Toolchain written with JavaFX 21 (Build PDF, Epub, Mobi and HTML books, documents and slides)
http://www.asciidocfx.com/
Apache License 2.0
1.86k stars 296 forks source link

declaring images with image:: is not running #580

Closed styopy closed 1 year ago

styopy commented 1 year ago

you can not declare images how described. it seems to be an older issue. I used version 1.7.x and there it was running without problems.

rahmanusta commented 1 year ago

Can you share soma details?

What version do you use? What Operating System? and some documents/screenshots of the problem?

styopy commented 1 year ago

Ups, I have seen, that the declaration "image::images/image.png[]" does not run anymore... But it works with this declaration "image::image.png[]"... It is ok for me, it works, I have not seen these... Thanks and best regards, Stephan

rahmanusta commented 1 year ago

default :images_dir: attribute is images, so you don't need to set images. Btw, You can override it to any value.