aboutsummaryrefslogtreecommitdiffstats
path: root/library/parsedown/test/data/block-level_html.html
diff options
context:
space:
mode:
Diffstat (limited to 'library/parsedown/test/data/block-level_html.html')
-rw-r--r--library/parsedown/test/data/block-level_html.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/library/parsedown/test/data/block-level_html.html b/library/parsedown/test/data/block-level_html.html
deleted file mode 100644
index 6443a4a6a..000000000
--- a/library/parsedown/test/data/block-level_html.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<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