summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-10-28 16:11:45 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-10-28 16:11:45 +0000
commit2b57cc35ca4e7793926e93ad1f7642acac61f5df (patch)
treeef71d7b7c155fc59c661589852197542f81a1ba6 /docs/ref
parentb4e10620d3e91babd7b976a694ddc68ba3824777 (diff)
downloaddocutils-2b57cc35ca4e7793926e93ad1f7642acac61f5df.tar.gz
clarified role of indentation
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3960 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/rst/restructuredtext.txt17
1 files changed, 8 insertions, 9 deletions
diff --git a/docs/ref/rst/restructuredtext.txt b/docs/ref/rst/restructuredtext.txt
index 921ac31a4..3359d19a7 100644
--- a/docs/ref/rst/restructuredtext.txt
+++ b/docs/ref/rst/restructuredtext.txt
@@ -241,15 +241,14 @@ line of a document is treated as if it is followed by a blank line.
Indentation
-----------
-Indentation is used to indicate, and is only significant in
-indicating:
-
-- multi-line contents of list items,
-- multiple body elements within a list item (including nested lists),
-- the definition part of a definition list item,
-- block quotes,
-- the extent of literal blocks, and
-- the extent of explicit markup blocks.
+Indentation is used to indicate -- and is only significant in
+indicating -- block quotes, definitions (in definition list items),
+and local nested content:
+
+- list item content (multi-line contents of list items, and multiple
+ body elements within a list item, including nested lists),
+- the content of literal blocks, and
+- the content of explicit markup blocks.
Any text whose indentation is less than that of the current level
(i.e., unindented text or "dedents") ends the current level of