---
this is joel again! i really hope this works
test2.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
create mode 100644 test2.md
diff --git a/test2.md b/test2.md
new file mode 100644
index 0000000..b78c77d
--- /dev/null
+++ b/test2.md
@@ -0,0 +1,46 @@
+# normal
+1. first
+2. second
+3. third
+
+# zero indexed
+0. zero
+1. first
+2. second
+
+# bogus numbers
+2. second
+5. fifth
+3. third
+
+# newlines
+1. first
+ more first
+2. second
+
+# only one number
+1. first
+ second
+ third
+
+# nested
+1. first
+ * second (4 spaces)
+ * third (2 tabs)
+
+# too many tabs
+1. first (0 tabs)
+ 2. second (3 tabs)
+ 3. third (1 tab)
+
+*one asterisk
+
+*two `asterisk` but code inbetween*
+
+some * text * with asterisks separated by space
+
+some text but the* asterisk *on the wrong side
+
+sometextwith*squished*asterisks
+
+there *are *three here*
--
2.32.0