aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-07-27 23:09:58 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-07-27 23:09:58 -0700
commit49c4e4cecf23783dce3cf26c4524947a9754ea7a (patch)
treebcfc8235dfe1807db46d02c911c9dcb624d3c59a
parentf0684c041074c1e54276a023ad8e1b1a162130a1 (diff)
Added example of list item starting with two blanks.
Closes #332.
-rw-r--r--spec.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/spec.txt b/spec.txt
index 984ae52..9f7eb61 100644
--- a/spec.txt
+++ b/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:
.