summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2012-12-31 17:42:33 +1300
committerStuart Rackham <srackham@methods.co.nz>2012-12-31 17:42:33 +1300
commit117b47c63b540cfc300cc315e22992c9f2c0c3f7 (patch)
tree6ce3ff274ab14f061eaad4e4c8895e602f6b354a
parentad88370bececb1b26be0c42d8836248c42f4dbb9 (diff)
downloadasciidoc-117b47c63b540cfc300cc315e22992c9f2c0c3f7.tar.gz
Added {plus} intrinsic attribute. See
http://code.google.com/p/asciidoc/issues/detail?id=14
-rw-r--r--asciidoc.conf1
-rw-r--r--doc/asciidoc.txt13
2 files changed, 8 insertions, 6 deletions
diff --git a/asciidoc.conf b/asciidoc.conf
index 4579c63..cb9fb5b 100644
--- a/asciidoc.conf
+++ b/asciidoc.conf
@@ -42,6 +42,7 @@ deg=&#176;
backslash=\
two-colons=::
two-semicolons=;;
+plus=&#43;
# DEPRECATED: underscore attribute names.
two_colons=::
two_semicolons=;;
diff --git a/doc/asciidoc.txt b/doc/asciidoc.txt
index 8000b55..c284a2c 100644
--- a/doc/asciidoc.txt
+++ b/doc/asciidoc.txt
@@ -4638,22 +4638,23 @@ predefined intrinsic attributes:
{notitle} do not display the document title
{outdir} document output directory name (note 2)
{outfile} output file name (note 2)
+ {plus} plus character
{python} the full path name of the Python interpreter executable
- {rdquo} Right double quote character (note 7)
+ {rdquo} right double quote character (note 7)
{reftext} running block xreflabel generated by BlockId elements
{revdate} document revision date (from document header)
{revnumber} document revision number (from document header)
- {rsquo} Right single quote character (note 7)
+ {rsquo} right single quote character (note 7)
{sectnum} formatted section number (in section titles)
{sp} space character
{showcomments} send comment lines to the output
{title} section title (in titled elements)
- {two-colons} Two colon characters
- {two-semicolons} Two semicolon characters
+ {two-colons} two colon characters
+ {two-semicolons} two semicolon characters
{user-dir} the ~/.asciidoc directory (if it exists)
{verbose} defined as '' if --verbose command option specified
- {wj} Word-joiner
- {zwsp} Zero-width space character entity
+ {wj} word-joiner
+ {zwsp} zero-width space character entity
[NOTE]
======