discourse/test/javascripts/mdtest/fixtures/Inline HTML comments.xhtml

14 lines
188 B
HTML
Raw Normal View History

2013-09-11 15:52:37 -04: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>