AsciidocFX icon indicating copy to clipboard operation
AsciidocFX copied to clipboard

Fix included: "Optional" option is not respected for include

Open suddenfall opened this issue 1 year ago • 1 comments

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".

Here is a diff to patch the bug: diff.txt

suddenfall avatar Apr 10 '24 12:04 suddenfall

Pull request added: https://github.com/asciidocfx/AsciidocFX/pull/634

suddenfall avatar Apr 10 '24 12:04 suddenfall