aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/mismatched-tags.html
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2011-12-29 17:31:32 -0500
committerWaylan Limberg <waylan@gmail.com>2011-12-29 17:31:32 -0500
commit1e5d0cb773e993fac2d56c4abe93b66cf208eead (patch)
tree5e9f09bb8eb30401d172a02bed8dd0ed2f4d75c2 /tests/misc/mismatched-tags.html
parent400ebc2efe38178a4817cd5517d8c9d89ee3a5a7 (diff)
downloadmarkdown-1e5d0cb773e993fac2d56c4abe93b66cf208eead.tar.gz
markdown-1e5d0cb773e993fac2d56c4abe93b66cf208eead.tar.bz2
markdown-1e5d0cb773e993fac2d56c4abe93b66cf208eead.zip
Fixed #68. Blank line is not required after html comments.
Interestingly, the change to the misc/mismatched-tags test is inline with PHP Markdown Extra's behavior but not markdown.pl, which produces invalid html.
Diffstat (limited to 'tests/misc/mismatched-tags.html')
-rw-r--r--tests/misc/mismatched-tags.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/misc/mismatched-tags.html b/tests/misc/mismatched-tags.html
index ec087e1..06bd57f 100644
--- a/tests/misc/mismatched-tags.html
+++ b/tests/misc/mismatched-tags.html
@@ -6,6 +6,9 @@
<p>And this output</p>
<p><em>Compatible with PHP Markdown Extra 1.2.2 and Markdown.pl1.0.2b8:</em></p>
-<!-- comment --><p><div>text</div><br /></p><br />
+<!-- comment -->
+<p><div>text</div><br /></p>
+
+<p><br /></p>
<p>Should be in p</p> \ No newline at end of file