summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-07-27 23:10:43 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-07-27 23:10:43 -0700
commit521c43cbdc0709b2b0fe4081c2349e4a3b86c984 (patch)
tree756905296b317c821e27e782cf4b11d5ee3a8af1 /test
parent62cb38bf8a826125fba0034221343aa70dd3d415 (diff)
Updated spec.
Diffstat (limited to 'test')
-rw-r--r--test/spec.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/spec.txt b/test/spec.txt
index 984ae52..9f7eb61 100644
--- a/test/spec.txt
+++ b/test/spec.txt
@@ -3641,6 +3641,21 @@ Here are some list items that start with a blank line but are not empty:
</ul>
.
+A list item can begin with at most one blank line.
+In the following example, `foo` is not part of the list
+item:
+
+.
+-
+
+ foo
+.
+<ul>
+<li></li>
+</ul>
+<p>foo</p>
+.
+
Here is an empty bullet list item:
.