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 297 forks source link

"Optional" option is not respected for include #634

Closed suddenfall closed 2 months ago

suddenfall commented 2 months ago

This adoc code produces an error if the file does not exist:

include::my-dummy.adoc[opts=optional]

But it shouldn't because of the option "optional".