all repos — grayfriday @ 2f1f0b6b9f5dc8f9a9f5b9ba80553d01a204ac71

blackfriday fork with a few changes

testdata/Inline HTML comments.text (view raw)

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