Files
LearnGO/go/pkg/mod/github.com/russross/blackfriday/v2@v2.1.0/testdata/Inline HTML comments.text
T
2024-09-19 21:38:24 -04:00

14 lines
164 B
Plaintext

Paragraph one.
<!-- This is a simple comment -->
<!--
This is another comment.
-->
Paragraph two.
<!-- one comment block -- -- with two comments -->
The end.