summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2009-03-08 11:16:51 +1300
committerStuart Rackham <srackham@methods.co.nz>2009-03-08 11:16:51 +1300
commita28af55f18dfec61270e8ea5a6531f1791914029 (patch)
tree5ecf15ad8b11c70dbce441c6bc73bca74c775bbf /doc
parent48b74c4b653635fe9ecb3732317b67b2c07ebe4c (diff)
downloadasciidoc-py3-a28af55f18dfec61270e8ea5a6531f1791914029.tar.gz
- Fixed bug introduced by r458 e.g. mailto:srackham@gmail.com['Stuart Rackham']
didn't expand emphasis quotes. - Updated CHANGELOG and website. - Vim syntax highlighter: constrain quotes preceded by an attribute list are now highlighted. - Transparent backgrounds for admonition icons.
Diffstat (limited to 'doc')
-rw-r--r--doc/asciidoc.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/asciidoc.txt b/doc/asciidoc.txt
index ad23e87..8460f02 100644
--- a/doc/asciidoc.txt
+++ b/doc/asciidoc.txt
@@ -490,9 +490,9 @@ special section titles and the corresponding backend markup templates.
a configuration file markup template section. If the `<pattern>`
matches an AsciiDoc document section title then the backend output is
marked up using the `<name>` markup template (instead of the default
-`sect<level>` section template). The \{title} attribute value is set
+`sect<level>` section template). The `{title}` attribute value is set
to the value of the matched regular expression group named 'title', if
-there is no 'title' group \{title} defaults to the whole of the
+there is no 'title' group `{title}` defaults to the whole of the
AsciiDoc section title.
AsciiDoc comes preconfigured with the following special section
@@ -2433,8 +2433,10 @@ $$::
[[X80]]`::
Text quoted with single backtick characters constitutes an 'inline
literal' passthrough. The enclosed text is rendered in a monospaced
- font and is only subject to special character substitution (see also
- <<X81,quoted monospaced text>>).
+ font and is only subject to special character substitution. This
+ makes sense since monospace text is usually intended to be rendered
+ literally and often contains characters that would otherwise have to
+ be escaped. See also <<X81,quoted monospaced text>>.
Macro Definitions
~~~~~~~~~~~~~~~~~