diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2011-11-25 09:34:13 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2011-11-25 09:34:13 +0000 |
| commit | 59cfdf4af1c1241ff000113c28aa2f3b213d582b (patch) | |
| tree | 4d5f64dda09c06bef1b72e7f26ee6b796c085cde /docutils/docs/ref | |
| parent | e82e53b8622708ea131a9d10aaae2cec48aae5a4 (diff) | |
| download | docutils-59cfdf4af1c1241ff000113c28aa2f3b213d582b.tar.gz | |
Minor edit of inline markup documentation (no change of behaviour).
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7229 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/ref')
| -rw-r--r-- | docutils/docs/ref/rst/restructuredtext.txt | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/docutils/docs/ref/rst/restructuredtext.txt b/docutils/docs/ref/rst/restructuredtext.txt index 2b1ad462b..1b4a465b6 100644 --- a/docutils/docs/ref/rst/restructuredtext.txt +++ b/docutils/docs/ref/rst/restructuredtext.txt @@ -2373,12 +2373,8 @@ follows. If any of the conditions are not met, the start-string or end-string will not be recognized or processed. 1. Inline markup start-strings must start a text block or be - immediately preceded by whitespace or one of the following ASCII - characters:: - - ' " ( [ { < - / : - - The following Unicode characters may also precede inline markup: + immediately preceded by whitespace, one of the ASCII + characters ``( [ { <``, or the Unicode characters: .. class:: borderless @@ -2391,8 +2387,7 @@ end-string will not be recognized or processed. ¿ (U+00BF, inverted question mark) === ========================================================== - *Delimiters:* The following Unicode characters are delimiters; they - may precede or follow inline markup: + The ASCII characters ``" ' - / :`` and the Unicode characters .. class:: borderless @@ -2402,9 +2397,12 @@ end-string will not be recognized or processed. ‒ (U+2012, figure dash) – (U+2013, en dash) — (U+2014, em dash) + " " (U+00A0, non-breaking space [between the quotes]) === ========================================================== + are _`delimiters`. They may precede or follow inline markup. + 2. Inline markup start-strings must be immediately followed by non-whitespace. @@ -2412,11 +2410,8 @@ end-string will not be recognized or processed. non-whitespace. 4. Inline markup end-strings must end a text block or be immediately - followed by whitespace or one of the following ASCII characters:: - - ' " ) ] } > - / : . , ; ! ? \ - - The following Unicode characters may also follow inline markup: + followed by whitespace, the ASCII characters + ``) ] } > . , ; ! ? \`` or the Unicode characters: .. class:: borderless @@ -2426,8 +2421,8 @@ end-string will not be recognized or processed. » (U+00BB, right guillemet, or double angle quotation mark) === ========================================================== - The Unicode character *delimiters* listed in (1) above may precede - or follow inline markup. + The `delimiters`_ listed in (1) above may precede or follow inline + markup. 5. If an inline markup start-string is immediately preceded by a single or double quote, "(", "[", "{", or "<", it must not be |
