Include all vendor files in the repo to be easier for people
This commit is contained in:
12
vendor/erusev/parsedown/test/data/self-closing_html.html
vendored
Normal file
12
vendor/erusev/parsedown/test/data/self-closing_html.html
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<hr>
|
||||
<p>paragraph</p>
|
||||
<hr/>
|
||||
<p>paragraph</p>
|
||||
<hr />
|
||||
<p>paragraph</p>
|
||||
<hr class="foo" id="bar" />
|
||||
<p>paragraph</p>
|
||||
<hr class="foo" id="bar"/>
|
||||
<p>paragraph</p>
|
||||
<hr class="foo" id="bar" >
|
||||
<p>paragraph</p>
|
||||
Reference in New Issue
Block a user