aboutsummaryrefslogtreecommitdiffstats
path: root/library/parsedown/test/data/nested_block-level_html.html
diff options
context:
space:
mode:
Diffstat (limited to 'library/parsedown/test/data/nested_block-level_html.html')
-rw-r--r--library/parsedown/test/data/nested_block-level_html.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/library/parsedown/test/data/nested_block-level_html.html b/library/parsedown/test/data/nested_block-level_html.html
new file mode 100644
index 000000000..bfbef54d7
--- /dev/null
+++ b/library/parsedown/test/data/nested_block-level_html.html
@@ -0,0 +1,10 @@
+<div>
+_parent_
+<div>
+_child_
+</div>
+<pre>
+_adopted child_
+</pre>
+</div>
+<p><em>outside</em></p> \ No newline at end of file