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