aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
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].