aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-06-03 09:28:19 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2015-06-03 09:28:19 +0200
commit91a640353ab4ea7fda946540ada0fbbe56ea0559 (patch)
treee9a75aad12920f37946a5daa6b382b680856623c /spec.txt
parenta9eece6a29e9f4934a02830e8cf91df167247399 (diff)
Added another level of nesting to Example 213.
This tests the problem illustrated in commonmark.js#42 and http://talk.commonmark.org/t/odd-list-behaviour/1189 Currently both reference implementations fail this test.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/spec.txt b/spec.txt
index 5c06ec1..a029c19 100644
--- a/spec.txt
+++ b/spec.txt
@@ -3835,9 +3835,11 @@ item:
- b
- c
- d
- - e
- - f
-- g
+ - e
+ - f
+ - g
+ - h
+- i
.
<ul>
<li>a</li>
@@ -3847,6 +3849,8 @@ item:
<li>e</li>
<li>f</li>
<li>g</li>
+<li>h</li>
+<li>i</li>
</ul>
.