aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-06-06 08:10:17 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2015-06-06 20:18:34 +0200
commit02f2184f82ed3b90d97684377975e569312aa320 (patch)
tree926a5a6ae876308dde1b62acc6106c04f241a905
parentc3596a1f6b510e811b7d943526a0c2c03771478d (diff)
Added example with loose list and 4-space indent.
-rw-r--r--spec.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/spec.txt b/spec.txt
index 13db0ab..ba2c5aa 100644
--- a/spec.txt
+++ b/spec.txt
@@ -3858,6 +3858,26 @@ item:
</ul>
.
+.
+1. a
+
+ 2. b
+
+ 3. c
+.
+<ol>
+<li>
+<p>a</p>
+</li>
+<li>
+<p>b</p>
+</li>
+<li>
+<p>c</p>
+</li>
+</ol>
+.
+
This is a loose list, because there is a blank line between
two of the list items: