summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2012-06-11 15:13:16 +1200
committerStuart Rackham <srackham@methods.co.nz>2012-06-11 15:13:16 +1200
commitc849bfd18c788c9e3c67f11d40caf2fd9c7631d0 (patch)
tree1ccf9580b173e06edaf6261f7f3bb53201455896
parent73025dcb54e6dc2849a9d413c829ab2206501516 (diff)
downloadasciidoc-c849bfd18c788c9e3c67f11d40caf2fd9c7631d0.tar.gz
Documented {wj} (word-joiner) attribute and updated FAQ.
See: https://groups.google.com/group/asciidoc/browse_thread/thread/961a957ab5872ebf
-rw-r--r--doc/asciidoc.txt1
-rw-r--r--doc/faq.txt4
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/asciidoc.txt b/doc/asciidoc.txt
index 06a548f..d5b9f2a 100644
--- a/doc/asciidoc.txt
+++ b/doc/asciidoc.txt
@@ -4648,6 +4648,7 @@ predefined intrinsic attributes:
{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
[NOTE]
diff --git a/doc/faq.txt b/doc/faq.txt
index db64eae..2723f20 100644
--- a/doc/faq.txt
+++ b/doc/faq.txt
@@ -1350,9 +1350,9 @@ letter (the 'f' in 'footnote' in the following example):
``Double-quoted text''footnote:[Lorum ipsum...]
-A workaround is to put a zero-width space between the trailing quote
+A workaround is to put a word-joiner between the trailing quote
and the footnote (the `{empty}` attribute would also work), for
example:
- ``Double-quoted text''{zwsp}footnote:[Lorum ipsum...]
+ ``Double-quoted text''{wj}footnote:[Lorum ipsum...]