From d9cdce4281254dce803e2fe21393eb3d40e2f875 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 13 Dec 2017 10:20:57 -0800 Subject: Markdown reader: always use four space rule for example lists. It would be awkward to indent example list contents to the first non-space character after the label, since example list labels are often long. Thanks to Bernhard Fisseni for the suggestion. --- MANUAL.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MANUAL.txt') diff --git a/MANUAL.txt b/MANUAL.txt index 9fd0e3381..fb2d494f6 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -2369,6 +2369,12 @@ document: The label can be any string of alphanumeric characters, underscores, or hyphens. +Note: continuation paragraphs in example lists must always +be indented four spaces, regardless of the length of the +list marker. That is, example lists always behave as if the +`four_space_rule` extension is set. This is because example +labels tend to be long, and indenting content to the +first non-space character after the label would be awkward. ### Compact and loose lists ### -- cgit v1.2.3