diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2014-11-22 20:47:32 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-22 20:47:32 -0800 |
| commit | 2ee9df94fc9543a878e4c5a4593154913a74eb07 (patch) | |
| tree | f83a4f298952a4af1883f6536643ebf8c0943e7f | |
| parent | b142a396090798ed06e89475dcf6fd77362e312f (diff) | |
Adjusted formatting of test - CR btw `<li>` and `<hr />`.
This is consistent with treatment of other block elements
in list items.
| -rw-r--r-- | spec.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -468,7 +468,8 @@ If you want a horizontal rule in a list item, use a different bullet: . <ul> <li>Foo</li> -<li><hr /> +<li> +<hr /> </li> </ul> . |
