htmly/system/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Inline HTML comments.text
2020-05-05 08:06:22 +07:00

13 lines
164 B
Text

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