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, 12 insertions, 0 deletions
diff --git a/library/parsedown/test/data/block-level_html.html b/library/parsedown/test/data/block-level_html.html
new file mode 100644
index 000000000..6443a4a6a
--- /dev/null
+++ b/library/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