diff --git a/src/asciidoc/core-expressions.adoc b/src/asciidoc/core-expressions.adoc index dcd8f1db95..3052d3d969 100644 --- a/src/asciidoc/core-expressions.adoc +++ b/src/asciidoc/core-expressions.adoc @@ -442,7 +442,7 @@ form `#{ }`. A property or constructor-arg value can be set using expressions as shown below. [source,xml,indent=0] -[subs="verbatim,quotes"] +[subs="verbatim"] ---- @@ -456,7 +456,7 @@ shown below. Note that you do not have to prefix the predefined variable with th symbol in this context. [source,xml,indent=0] -[subs="verbatim,quotes"] +[subs="verbatim"] ---- @@ -468,7 +468,7 @@ symbol in this context. You can also refer to other bean properties by name, for example. [source,xml,indent=0] -[subs="verbatim,quotes"] +[subs="verbatim"] ----