1
0
mirror of https://github.com/danog/blackfriday.git synced 2024-11-26 20:14:43 +01:00
blackfriday/testdata/Inline HTML comments.html

14 lines
185 B
HTML
Raw Permalink Normal View History

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