aboutsummaryrefslogtreecommitdiffstats
path: root/library/parsedown/test/data/separated_nested_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'library/parsedown/test/data/separated_nested_list.html')
-rw-r--r--library/parsedown/test/data/separated_nested_list.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/library/parsedown/test/data/separated_nested_list.html b/library/parsedown/test/data/separated_nested_list.html
new file mode 100644
index 000000000..80a5cae26
--- /dev/null
+++ b/library/parsedown/test/data/separated_nested_list.html
@@ -0,0 +1,9 @@
+<ul>
+<li>
+<p>li</p>
+<ul>
+<li>li</li>
+<li>li</li>
+</ul>
+</li>
+</ul> \ No newline at end of file