Include all vendor files in the repo to be easier for people
This commit is contained in:
13
vendor/erusev/parsedown/test/data/block-level_html.html
vendored
Normal file
13
vendor/erusev/parsedown/test/data/block-level_html.html
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<div>_content_</div>
|
||||
<p>sparse:</p>
|
||||
<div>
|
||||
<div class="inner">
|
||||
_content_
|
||||
</div>
|
||||
</div>
|
||||
<p>paragraph</p>
|
||||
<style type="text/css">
|
||||
p {
|
||||
color: red;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user