diff options
Diffstat (limited to 'vendor/erusev/parsedown/test/data/block-level_html.html')
-rw-r--r-- | vendor/erusev/parsedown/test/data/block-level_html.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/erusev/parsedown/test/data/block-level_html.html b/vendor/erusev/parsedown/test/data/block-level_html.html new file mode 100644 index 00000000..6443a4a6 --- /dev/null +++ b/vendor/erusev/parsedown/test/data/block-level_html.html @@ -0,0 +1,12 @@ +<div>_content_</div> +<p>paragraph</p> +<div> + <div class="inner"> + _content_ + </div> +</div> +<style type="text/css"> + p {color: #789;} +</style> +<div> + <a href="/">home</a></div>
\ No newline at end of file |