aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-31 20:12:22 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-31 20:12:22 -0800
commit2287a01cc8e5c1d6917e99d1e507a50583325af5 (patch)
tree3cd8d859d1c73f0934ab7070e303dbc98273f4e4 /spec.txt
parentabd5bbc7eba04153fc997e4d5a321cd75600773c (diff)
Added list item examples with no space after marker.
See #282.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt12
1 files changed, 12 insertions, 0 deletions
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:
</blockquote>
.
+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
+.
+<p>-one</p>
+<p>2.two</p>
+.
+
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].