From 2a715e9c613a116b144338d69829d8c147a771ed Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Mar 2016 12:51:14 +0100 Subject: [PATCH] Fix escaping of # This commit disables the "quotes" substitutions on specific XML examples that require to use the reserved `#` character. Issue: SPR-14074 --- src/asciidoc/core-expressions.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"] ----