lichen-md/cms/vendor/php-markdown-lib-9.1/test/resources/markdown.mdtest/Inline HTML comments.text
2024-08-10 10:34:12 +09:00

14 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.