1
0
mirror of https://github.com/restic/restic.git synced 2024-07-19 11:17:31 +02:00
restic/vendor/github.com/russross/blackfriday/testdata/Inline HTML comments.html
2017-08-05 11:08:49 +02: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>