aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-04-04 21:44:51 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-04-04 21:44:51 -0700
commit6037bfe8f74ce1c73a01c93a5a188e84f713e0d4 (patch)
treead8b3243d34e3bc793396efdf03a41349fd0c73d
parent69f680f01216a87051b020d6706766c7eff52bc2 (diff)
parenta337b59ec29b60bb0eaca269ae96f61c422865ae (diff)
Merge pull request #400 from robinst/example-for-blank-item-with-spaces
Add example for list item starting with a blank line with spaces
-rw-r--r--spec.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/spec.txt b/spec.txt
index 1a4a7dc..bdaed43 100644
--- a/spec.txt
+++ b/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