Asciidoctor: how to replace expression in included document? -
given asciidoctor file my-document.adoc content:
include::included-document.adoc[] included-document.adoc contains
the content of file cannot changed. text *has replaced*. when render my-document.adoc, want have visible content
the content of file cannot changed.
text has been replaced.
is possible without changing included-document.adoc? my-document.adoc may changed.
Comments
Post a Comment