all repos — grayfriday @ 7ad5f9c1197c54c0be24fb0b0b1d75eb7ef19d89

blackfriday fork with a few changes

upskirtref/Inline HTML comments.html (view raw)

 1<p>Paragraph one.</p>
 2
 3<!-- This is a simple comment -->
 4
 5<!--
 6    This is another comment.
 7-->
 8
 9<p>Paragraph two.</p>
10
11<!-- one comment block -- -- with two comments -->
12
13<p>The end.</p>