marked/test/original/inline_html_comments.html

14 lines
188 B
HTML
Raw Normal View History

2011-08-22 23:40:55 -05:00
<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>