streams/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Inline HTML comments.html
2019-12-04 16:46:07 +11:00

13 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>