marked/test/tests/inline_html_comments.text

14 lines
164 B
Plaintext
Raw Normal View History

2011-08-21 20:29:51 -05:00
Paragraph one.
<!-- This is a simple comment -->
<!--
This is another comment.
-->
Paragraph two.
<!-- one comment block -- -- with two comments -->
The end.