summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-22 20:47:32 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-22 20:47:32 -0800
commit2ee9df94fc9543a878e4c5a4593154913a74eb07 (patch)
treef83a4f298952a4af1883f6536643ebf8c0943e7f /spec.txt
parentb142a396090798ed06e89475dcf6fd77362e312f (diff)
Adjusted formatting of test - CR btw `<li>` and `<hr />`.
This is consistent with treatment of other block elements in list items.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec.txt b/spec.txt
index 0d114b8..b674488 100644
--- a/spec.txt
+++ b/spec.txt
@@ -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>
.