diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-06-06 08:10:17 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-06-06 20:18:34 +0200 |
commit | 02f2184f82ed3b90d97684377975e569312aa320 (patch) | |
tree | 926a5a6ae876308dde1b62acc6106c04f241a905 | |
parent | c3596a1f6b510e811b7d943526a0c2c03771478d (diff) |
Added example with loose list and 4-space indent.
-rw-r--r-- | spec.txt | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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: |