diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2003-12-20 18:48:23 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2003-12-20 18:48:23 +0000 |
| commit | f74494c19b8a9de8a1bb4d6c2acce694b24d802b (patch) | |
| tree | c150d372545cc78be4a572902cb0a1eff1d9797f /docs/user/rst/quickref.html | |
| parent | 19c14c68f9ae90da3cc2595df2eb74a9f56a9115 (diff) | |
| download | docutils-f74494c19b8a9de8a1bb4d6c2acce694b24d802b.tar.gz | |
Added support for quoted (and unindented) literal blocks. Driven in part by a bribe from Frank Siebenlist (thanks!).
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1773 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/user/rst/quickref.html')
| -rw-r--r-- | docs/user/rst/quickref.html | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/docs/user/rst/quickref.html b/docs/user/rst/quickref.html index b60cbf1b0..f89d89352 100644 --- a/docs/user/rst/quickref.html +++ b/docs/user/rst/quickref.html @@ -18,7 +18,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 2003-06-10</em> + <br align="right"><em>Updated 2003-12-20</em> <blockquote> <p>Copyright: This document has been placed in the public domain. @@ -538,7 +538,7 @@ <td> <samp>A paragraph containing only two colons</samp> <br><samp>indicates that the following indented</samp> -<br><samp>text is a literal block.</samp> +<br><samp>or quoted text is a literal block.</samp> <br> <br><samp>::</samp> <br> @@ -559,17 +559,22 @@ <br> <br><samp>Literal blocks end when text returns to</samp> <br><samp>the preceding paragraph's indentation.</samp> -<br><samp>This means that something like::</samp> +<br><samp>This means that something like this</samp> +<br><samp>is possible::</samp> <br> <br><samp> We start here</samp> <br><samp> and continue here</samp> <br><samp> and end here.</samp> <br> -<br><samp>is possible.</samp> +<br><samp>Per-line quoting can also be used on</samp> +<br><samp>unindented literal blocks:</samp> +<br> +<br><samp>> Useful for quotes from email and</samp> +<br><samp>> for Haskell literate programming.<samp> <td> <p>A paragraph containing only two colons -indicates that the following indented +indicates that the following indented or quoted text is a literal block. <pre> @@ -591,14 +596,19 @@ colon if preceded by text, like this: <p>Literal blocks end when text returns to the preceding paragraph's indentation. -This means that something like: +This means that something like this is possible: <pre> We start here and continue here and end here.</pre> - <p>is possible. + <p>Per-line quoting can also be used on +unindented literal blocks: + + <pre> + > Useful for quotes from email and + > for Haskell literate programming.</pre> </table> <h2><a href="#contents" name="block-quotes" class="backref" @@ -1236,7 +1246,7 @@ dispose of medical waste.</samp> <a href="http://www.tibsnjoan.co.uk/">Tibs</a> (<a href="mailto:tibs@tibsnjoan.co.uk"><tt>tibs@tibsnjoan.co.uk</tt></a>) and David Goodger - (<a href="mailto:goodger@users.sourceforge.net">goodger@users.sourceforge.net</a>) + (<a href="mailto:goodger@python.org">goodger@python.org</a>) </address> <!-- Created: Fri Aug 03 09:11:57 GMT Daylight Time 2001 --> </body> |
