summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-04-09 12:56:24 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-04-09 12:56:24 -0700
commit75f231503d2b5854f1ff517402d2751811295bf7 (patch)
tree970fbfaad8fd172382c31afce341849c8704402d /test
parent9c3a7023014f961197bc27ff8360ce9e1b1d6c29 (diff)
Updated spec test
Diffstat (limited to 'test')
-rw-r--r--test/spec.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/spec.txt b/test/spec.txt
index 1a4a7dc..bdaed43 100644
--- a/test/spec.txt
+++ b/test/spec.txt
@@ -4080,6 +4080,18 @@ Here are some list items that start with a blank line but are not empty:
</ul>
````````````````````````````````
+When the list item starts with a blank line, the number of spaces
+following the list marker doesn't change the required indentation:
+
+```````````````````````````````` example
+-
+ foo
+.
+<ul>
+<li>foo</li>
+</ul>
+````````````````````````````````
+
A list item can begin with at most one blank line.
In the following example, `foo` is not part of the list