diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-11-22 21:05:20 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-22 21:05:20 -0800 |
commit | 83ea962027d9425f404bf7659cf336fd1bd03417 (patch) | |
tree | b3cb935b1aa714cab2d95653ffb6295756632dc7 | |
parent | 25fbd4620934f99033b0fb27849d064516e1357d (diff) |
Changed Example 196 in spec to reflect the spec's rules.
This has no blank lines and so should not be a loose list.
See #209.
-rw-r--r-- | spec.txt | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3181,8 +3181,7 @@ A list item can contain a header: </li> <li> <h2>Bar</h2> -<p>baz</p> -</li> +baz</li> </ul> . |