diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2003-03-22 06:02:17 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2003-03-22 06:02:17 +0000 |
| commit | ab85d09988a6b0885cb5fa7d2fccbb70fcd6611e (patch) | |
| tree | 4461676bbf9c11f4be6f6568b347f83b2391e2f0 /docutils/docs/user/rst/quickref.html | |
| parent | 5379193ff11b6259f4af9fd01dc03a801b9b61bc (diff) | |
| download | docutils-ab85d09988a6b0885cb5fa7d2fccbb70fcd6611e.tar.gz | |
support & docs for character-level inline markup
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1226 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/user/rst/quickref.html')
| -rw-r--r-- | docutils/docs/user/rst/quickref.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docutils/docs/user/rst/quickref.html b/docutils/docs/user/rst/quickref.html index b1a1bb3ed..a3485679e 100644 --- a/docutils/docs/user/rst/quickref.html +++ b/docutils/docs/user/rst/quickref.html @@ -24,7 +24,7 @@ <p align="right"><em><a href="http://docutils.sourceforge.net/docs/rst/quickref.html" >http://docutils.sourceforge.net/docs/rst/quickref.html</a></em> <br align="right"><em>Being a cheat-sheet for reStructuredText</em> - <br align="right"><em>Updated 2002-10-08</em> + <br align="right"><em>Updated 2003-03-22</em> <p>The full details of the markup may be found on the @@ -188,16 +188,17 @@ <li>The end-string must be immediately preceded by non-whitespace. <li>The end-string must end a text block (end of document or followed by a blank line) or be immediately followed by whitespace - or any of <samp>' " . , : ; ! ? - ) ] }</samp> or <samp>></samp>. + or any of <samp>' " . , : ; ! ? - ) ] } / \</samp> + or <samp>></samp>. <li>If a start-string is immediately preceded by one of <samp>' " ( [ {</samp> or <samp><</samp>, it must not be immediately followed by the corresponding character from <samp>' " ) ] }</samp> or <samp>></samp>. <li>An end-string must be separated by at least one character from the start-string. - <li>An <a href="#escaping">unescaped</a> backslash preceding a start-string or end-string will - disable markup recognition, except for the end-string of inline - literals. + <li>An <a href="#escaping">unescaped</a> backslash preceding a + start-string or end-string will disable markup recognition, except + for the end-string of inline literals. </ol> <p>Also remember that inline markup may not be nested (well, |
