From b1ffc4b5ba572a5e4070d162888c4c92b94a62c1 Mon Sep 17 00:00:00 2001 From: davidovki Date: Fri, 3 Mar 2023 04:55:27 +0000 Subject: Parse ordered lists and unordered lists --- src/test.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/test.md') 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? -- cgit v1.2.1