add composer's vendor directory
This commit is contained in:
parent
01a3860d73
commit
60b094d5fa
745 changed files with 56017 additions and 1 deletions
8
vendor/erusev/parsedown/test/data/text_reference.html
vendored
Normal file
8
vendor/erusev/parsedown/test/data/text_reference.html
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
<p><a href="http://example.com">reference link</a></p>
|
||||
<p><a href="http://example.com">one</a> with a semantic name</p>
|
||||
<p>[one][404] with no definition</p>
|
||||
<p><a href="http://example.com">multiline
|
||||
one</a> defined on 2 lines</p>
|
||||
<p><a href="http://example.com">one</a> with a mixed case label and an upper case definition</p>
|
||||
<p><a href="http://example.com">one</a> with the a label on the next line</p>
|
||||
<p><a href="http://example.com"><code>link</code></a></p>
|
Reference in a new issue