rhymix/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Inline HTML comments.text
2020-04-08 00:10:06 +09: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.