android13/external/markdown/MarkdownTest/Tests_2007/Inline HTML comments.text

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.