commit vendor
This commit is contained in:
13
vendor/michelf/php-markdown/test/resources/markdown.mdtest/Inline HTML comments.text
vendored
Normal file
13
vendor/michelf/php-markdown/test/resources/markdown.mdtest/Inline HTML comments.text
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
Paragraph one.
|
||||
|
||||
<!-- This is a simple comment -->
|
||||
|
||||
<!--
|
||||
This is another comment.
|
||||
-->
|
||||
|
||||
Paragraph two.
|
||||
|
||||
<!-- one comment block -- -- with two comments -->
|
||||
|
||||
The end.
|
||||
Reference in New Issue
Block a user