diff options
Diffstat (limited to 'vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Inline HTML comments.html')
-rw-r--r-- | vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Inline HTML comments.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Inline HTML comments.html b/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Inline HTML comments.html new file mode 100644 index 000000000..b45f01481 --- /dev/null +++ b/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Inline HTML comments.html @@ -0,0 +1,9 @@ +<p>Paragraph one.</p> + +<!-- double--dash (invalid SGML comment) --> + +<p>Paragraph two.</p> + +<!-- enclosed tag </div> --> + +<p>The end.</p> |