From 03a8e6c4d77b8dd12b9d3a369c001a2e44e61357 Mon Sep 17 00:00:00 2001 From: wiemann Date: Sat, 1 Apr 2006 00:54:47 +0000 Subject: --- MERGE: merged r4322 to maintenance branch; original log message: expanded mention of empty comments, cross-referenced from block quotes section git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/docutils-0.4@4468 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docs/user/rst/quickref.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/user/rst/quickref.html b/docs/user/rst/quickref.html index 604cfe6bc..d6d3d4636 100644 --- a/docs/user/rst/quickref.html +++ b/docs/user/rst/quickref.html @@ -697,6 +697,9 @@ unindented literal blocks: +

Use empty comments to separate indentation + contexts, such as block quotes and directive contents.

+

Doctest Blocks

@@ -1313,14 +1316,18 @@ dispose of medical waste. - An empty "comment" does not -
"consume" following blocks. + An "empty comment" does not +
consume following blocks. +
(An empty comment is ".." with +
blank lines before and after.)

..

        So this block is not "lost",
        despite its indentation. - An empty "comment" does not - "consume" following blocks. + An "empty comment" does not + consume following blocks. + (An empty comment is ".." with + blank lines before and after.)

So this block is not "lost", despite its indentation. -- cgit v1.2.1