~jole/public-inbox

add another md test file v2 PROPOSED

Jonas Elvedal Hole: 1
 add another md test file

 1 files changed, 46 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~jole/public-inbox/patches/23841/mbox | git am -3
Learn more about email & git

[PATCH v2] add another md test file Export this patch

---
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