From 9594cc37ac469dccda287c206079dfd4b41c9dc5 Mon Sep 17 00:00:00 2001 From: goodger Date: Fri, 5 Sep 2008 20:16:00 +0000 Subject: [PATCH] changed to tables for better output git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk/docutils@5643 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docs/ref/rst/restructuredtext.txt | 56 ++++++++++++++++++++++++--------------- 1 file changed, 34 insertions(+), 22 deletions(-) diff --git a/docs/ref/rst/restructuredtext.txt b/docs/ref/rst/restructuredtext.txt index 7c28cff58..d20730847 100644 --- a/docs/ref/rst/restructuredtext.txt +++ b/docs/ref/rst/restructuredtext.txt @@ -378,10 +378,10 @@ Reference Names =============== Simple reference names are single words consisting of alphanumerics -plus isolated (no two adjacent) internal hyphens, underscores, -periods, colons and plus signs; no whitespace or other characters are -allowed. Footnote labels (Footnotes_ & `Footnote References`_), citation -labels (Citations_ & `Citation References`_), `interpreted text`_ roles, +plus isolated (no two adjacent) internal hyphens, underscores, +periods, colons and plus signs; no whitespace or other characters are +allowed. Footnote labels (Footnotes_ & `Footnote References`_), citation +labels (Citations_ & `Citation References`_), `interpreted text`_ roles, and some `hyperlink references`_ use the simple reference name syntax. Reference names using punctuation or whose names are phrases (two or @@ -2365,24 +2365,32 @@ end-string will not be recognized or processed. ' " ( [ { < - / : - The following Unicode characters may also precede inline markup:: + The following Unicode characters may also precede inline markup: - ‘ (U+2018, left single-quote) - “ (U+201C, left double-quote) - ’ (U+2019, apostrophe) - « (U+00AB, left guillemet, or double angle quotation mark) - ¡ (U+00A1, inverted exclamation mark) - ¿ (U+00BF, inverted question mark) + .. class:: borderless + + === ========================================================== + ‘ (U+2018, left single-quote) + “ (U+201C, left double-quote) + ’ (U+2019, apostrophe) + « (U+00AB, left guillemet, or double angle quotation mark) + ¡ (U+00A1, inverted exclamation mark) + ¿ (U+00BF, inverted question mark) + === ========================================================== The following Unicode characters are delimiters; they may precede - or follow inline markup:: + or follow inline markup: + + .. class:: borderless - ‐ (U+2010, hyphen) - ‑ (U+2011, non-breaking hyphen) - ‒ (U+2012, figure dash) - – (U+2013, en dash) - — (U+2014, em dash) -   (U+00A0, non-breaking space) + === ========================================================== + ‐ (U+2010, hyphen) + ‑ (U+2011, non-breaking hyphen) + ‒ (U+2012, figure dash) + – (U+2013, en dash) + — (U+2014, em dash) + " " (U+00A0, non-breaking space [between the quotes]) + === ========================================================== 2. Inline markup start-strings must be immediately followed by non-whitespace. @@ -2395,11 +2403,15 @@ end-string will not be recognized or processed. ' " ) ] } > - / : . , ; ! ? \ - The following Unicode characters may also precede inline markup:: + The following Unicode characters may also precede inline markup: + + .. class:: borderless - ’ (U+2019, right single-quote, or apostrophe) - ” (U+201D, right double-quote) - » (U+00BB, right guillemet, or double angle quotation mark) + === ========================================================== + ’ (U+2019, right single-quote, or apostrophe) + ” (U+201D, right double-quote) + » (U+00BB, right guillemet, or double angle quotation mark) + === ========================================================== The Unicode character delimiters listed in (1) may precede or follow inline markup. -- 2.11.4.GIT