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