commit vendor
This commit is contained in:
25
vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Inline HTML (Simple).html
vendored
Normal file
25
vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Inline HTML (Simple).html
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
<p>With some attributes:</p>
|
||||
|
||||
<div id="test">
|
||||
foo
|
||||
</div>
|
||||
|
||||
<div id="test"
|
||||
class="nono">
|
||||
foo
|
||||
</div>
|
||||
|
||||
<p>Hr's:</p>
|
||||
|
||||
<hr class="foo"
|
||||
id="bar" >
|
||||
|
||||
<p>Regression:</p>
|
||||
|
||||
<pre>
|
||||
#test
|
||||
</pre>
|
||||
|
||||
<p>Hello</p>
|
||||
<p>Michael</p>
|
||||
<p>E.</p>
|
||||
Reference in New Issue
Block a user