diff options
author | davidovki <david@davidovski.xyz> | 2023-03-03 04:55:27 +0000 |
---|---|---|
committer | davidovki <david@davidovski.xyz> | 2023-03-03 04:55:27 +0000 |
commit | b1ffc4b5ba572a5e4070d162888c4c92b94a62c1 (patch) | |
tree | ec67f003f563c5a7ddb5078a0e6f82e99b7fd106 /src/test.md | |
parent | 7bcc93b621c4886f5a5f5aa72b22fe423cd3a777 (diff) |
Parse ordered lists and unordered lists
Diffstat (limited to 'src/test.md')
-rw-r--r-- | src/test.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/test.md b/src/test.md index 6aacbed..d527b96 100644 --- a/src/test.md +++ b/src/test.md @@ -9,3 +9,22 @@ click [here](http) for stuff and [over here](http12 "my title") for more this is a paragraph haha + +- this is a list + - of items + - please dont +- break + + +* star list +* this is a star + ++ plus now wow ++ plus wow so cool + +1. hello +2. world +3. lOL + + +ok that worked? |