From 2287a01cc8e5c1d6917e99d1e507a50583325af5 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 31 Jan 2015 20:12:22 -0800 Subject: Added list item examples with no space after marker. See #282. --- spec.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/spec.txt b/spec.txt index 2a45d3f..3c85d55 100644 --- a/spec.txt +++ b/spec.txt @@ -2705,6 +2705,18 @@ far enough past the blockquote marker: . +Note that at least one space is needed between the list marker and +any following content, so these are not list items: + +. +-one + +2.two +. +

-one

+

2.two

+. + A list item may not contain blocks that are separated by more than one blank line. Thus, two blank lines will end a list, unless the two blanks are contained in a [fenced code block]. -- cgit v1.2.3