Include composer dependencies in repo
This commit is contained in:
6
vendor/erusev/parsedown/test/data/inline_link_title.html
vendored
Normal file
6
vendor/erusev/parsedown/test/data/inline_link_title.html
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<p><a href="http://example.com" title="Title">single quotes</a></p>
|
||||
<p><a href="http://example.com" title="Title">double quotes</a></p>
|
||||
<p><a href="http://example.com" title="">single quotes blank</a></p>
|
||||
<p><a href="http://example.com" title="">double quotes blank</a></p>
|
||||
<p><a href="http://example.com" title="2 Words">space</a></p>
|
||||
<p><a href="http://example.com/url-(parentheses)" title="Title">parentheses</a></p>
|
||||
Reference in New Issue
Block a user