list item improvements

This commit is contained in:
Will McGugan
2023-02-18 23:15:15 +00:00
parent 104f784a20
commit 5a6d718344
2 changed files with 35 additions and 2 deletions

View File

@@ -42,6 +42,22 @@ Two tildes indicates strikethrough, e.g. `~~cross out~~` render ~~cross out~~.
Inline code is indicated by backticks. e.g. `import this`.
## Lists
1. Lists can be ordered
2. Lists can be unordered
- Foo
- Bar
- Jessica
- Reg
- Green
- January
- February
- March
- Blue
- Paul
- Baz
## Fences
Fenced code blocks are introduced with three back-ticks and the optional parser. Here we are rendering the code in a sub-widget with syntax highlighting and indent guides.