diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-04-14 21:29:31 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-04-14 21:29:31 +0000 |
| commit | bf88e5c6653b52c6a567e18e26047da6973a7b69 (patch) | |
| tree | 67e4d7e38e5bf160eeae18b4f553500477e4a19f /docutils/docs/ref | |
| parent | cc102382940258ce50b149715dd6ae5e381b4a75 (diff) | |
| download | docutils-bf88e5c6653b52c6a567e18e26047da6973a7b69.tar.gz | |
correction & clarification suggested by Eric Promislow
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5902 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/ref')
| -rw-r--r-- | docutils/docs/ref/rst/restructuredtext.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docutils/docs/ref/rst/restructuredtext.txt b/docutils/docs/ref/rst/restructuredtext.txt index 057731211..aabacab49 100644 --- a/docutils/docs/ref/rst/restructuredtext.txt +++ b/docutils/docs/ref/rst/restructuredtext.txt @@ -2391,8 +2391,8 @@ end-string will not be recognized or processed. ¿ (U+00BF, inverted question mark) === ========================================================== - The following Unicode characters are delimiters; they may precede - or follow inline markup: + *Delimiters:* The following Unicode characters are delimiters; they + may precede or follow inline markup: .. class:: borderless @@ -2416,7 +2416,7 @@ end-string will not be recognized or processed. ' " ) ] } > - / : . , ; ! ? \ - The following Unicode characters may also precede inline markup: + The following Unicode characters may also follow inline markup: .. class:: borderless @@ -2426,8 +2426,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) may precede or - follow inline markup. + The Unicode character *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 |
