v811_spc009/external/markdown/tests/safe_mode/inline-html-comments.html

8 lines
221 B

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