RetroShare/supportlibs/pegmarkdown/MarkdownTest_1.0.3/Tests/Inline HTML comments.html
2012-12-09 12:12:57 +00: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>