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