diff options
author | Waylan Limberg <waylan@gmail.com> | 2011-12-30 06:31:32 +0800 |
---|---|---|
committer | Mike Dirolf <mike@dirolf.com> | 2012-01-15 00:45:37 +0800 |
commit | 5d177e635c4c0c5ce2db636ba395d0d9b715892d (patch) | |
tree | 2762de828a159f7de31f22f8d4ac0e228137a836 /tests/misc/comments.txt | |
parent | 44caa3aaa1022532f3ecdada6cff7fe5fd0a2c44 (diff) | |
download | markdown-5d177e635c4c0c5ce2db636ba395d0d9b715892d.tar.gz markdown-5d177e635c4c0c5ce2db636ba395d0d9b715892d.tar.bz2 markdown-5d177e635c4c0c5ce2db636ba395d0d9b715892d.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/comments.txt')
-rw-r--r-- | tests/misc/comments.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/misc/comments.txt b/tests/misc/comments.txt index 68302b0..d9186f0 100644 --- a/tests/misc/comments.txt +++ b/tests/misc/comments.txt @@ -5,3 +5,6 @@ X>0 <!-- A comment --> <div>as if</div> + +<!-- comment --> +__no blank line__ |