Including an .adoc fragment placed in parent directory
Posted by
nopria on
Oct 15, 2019; 10:32am
URL: https://discuss.asciidoctor.org/Including-an-adoc-fragment-placed-in-parent-directory-tp7228.html
Is it possible to include an .adoc fragment placed in the parent directory of the Asciidoctor document issuing the `include` command?
I tried
include::..\test.adoc[]
but it seems to not work.
Thanks.