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

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -