aboutsummaryrefslogtreecommitdiffstats
path: root/library/parsedown/test/data/ordered_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'library/parsedown/test/data/ordered_list.html')
-rw-r--r--library/parsedown/test/data/ordered_list.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/library/parsedown/test/data/ordered_list.html b/library/parsedown/test/data/ordered_list.html
deleted file mode 100644
index b6c5216ca..000000000
--- a/library/parsedown/test/data/ordered_list.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<ol>
-<li>one</li>
-<li>two</li>
-</ol>
-<p>repeating numbers:</p>
-<ol>
-<li>one</li>
-<li>two</li>
-</ol>
-<p>large numbers:</p>
-<ol>
-<li>one</li>
-</ol> \ No newline at end of file