markdown/testdata/Inline HTML comments.html

14 lines
185 B
HTML
Raw Normal View History

<p>Paragraph one.</p>
<!-- This is a simple comment -->
<!--
2016-11-10 21:49:58 +02:00
This is another comment.
-->
<p>Paragraph two.</p>
<!-- one comment block -- -- with two comments -->
<p>The end.</p>