marked/test/tests/inline_html_comments.html
Christopher Jeffrey 32e16c04a1 html tests
2011-08-21 20:29:51 -05:00

14 lines
188 B
HTML

<p>Paragraph one.</p>
<!-- This is a simple comment -->
<!--
This is another comment.
-->
<p>Paragraph two.</p>
<!-- one comment block -- -- with two comments -->
<p>The end.</p>