mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 22:59:57 +09:00
Update composer dependencies
This commit is contained in:
parent
255352df62
commit
61d2e8c141
419 changed files with 37794 additions and 5489 deletions
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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue