diff options
| author | Asko Nomm <asko@bien.ee> | 2022-04-10 18:24:19 +0200 |
|---|---|---|
| committer | Asko Nomm <asko@bien.ee> | 2022-04-10 18:24:19 +0200 |
| commit | c5e7965fec017d2a51ae42ddd781d472fc89bff8 (patch) | |
| tree | 69c50b9f4e575eaa6995337135373eb352b931a9 /resources/test/core.md | |
| parent | 187bfeaeb559e8d17f63aef46deb1b2c28ee9829 (diff) | |
Close #11: Support dash unordered lists
Diffstat (limited to 'resources/test/core.md')
| -rw-r--r-- | resources/test/core.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/test/core.md b/resources/test/core.md index 619ab5e..afc972a 100644 --- a/resources/test/core.md +++ b/resources/test/core.md @@ -52,6 +52,11 @@ function markdownToHTML(markdown) { } ``` +- Test 123 +- Test 223 + - Test 334 + 1. Test test + This is ___bold italic text___ and ***this is also***. *What about italic text that **has bold text***? ## Hi there, world! |
