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