diff options
Diffstat (limited to 'tests/markdown-test/inline-html-comments.html')
-rw-r--r-- | tests/markdown-test/inline-html-comments.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/markdown-test/inline-html-comments.html b/tests/markdown-test/inline-html-comments.html index 8b538d6..0d4cad9 100644 --- a/tests/markdown-test/inline-html-comments.html +++ b/tests/markdown-test/inline-html-comments.html @@ -1,8 +1,11 @@ <p>Paragraph one.</p> -<p><!-- This is a simple comment --></p> -<p><!-- +<!-- This is a simple comment --> + +<!-- This is another comment. ---></p> +--> + <p>Paragraph two.</p> -<p><!-- one comment block -- -- with two comments --></p> +<!-- one comment block -- -- with two comments --> + <p>The end.</p>
\ No newline at end of file |