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

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -