add composer's vendor directory
This commit is contained in:
parent
01a3860d73
commit
60b094d5fa
745 changed files with 56017 additions and 1 deletions
5
vendor/erusev/parsedown/test/data/span-level_html.html
vendored
Normal file
5
vendor/erusev/parsedown/test/data/span-level_html.html
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
<p>an <b>important</b> <a href=''>link</a></p>
|
||||
<p>broken<br/>
|
||||
line</p>
|
||||
<p><b>inline tag</b> at the beginning</p>
|
||||
<p><span><a href="http://example.com">http://example.com</a></span></p>
|
Reference in a new issue