Files
Chamilo/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Inline HTML comments.text
2025-08-14 22:41:49 +02:00

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.