summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/spec.txt b/spec.txt
index ae60f60..598bbfc 100644
--- a/spec.txt
+++ b/spec.txt
@@ -3090,9 +3090,11 @@ as the four-space rule demands, rather than a single list,
``` html
<ul>
-<li><p>foo<p>
-<p>bar</p></li>
-<li><p>baz</p><li>
+<li><p>foo</p>
+<p>bar</p>
+<ul>
+<li>baz</li>
+</ul></li>
</ul>
```