aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/list.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix some issues around empty listsLibravatar Titus Wormer2022-07-121-12/+57
|
* Fix to prefer thematic breaks over listsLibravatar Titus Wormer2022-07-121-6/+18
|
* Fix a lot of list thingsLibravatar Titus Wormer2022-07-121-23/+187
| | | | | | | | * Add `ListItem`, `ListOrdered`, and `ListUnordered` tokens * Add support for multiline list items * Add support for tight lists * Fix bug where 10 digit long list item values worked * Fix skip bug when skipping over nested events
* Add initial support for listsLibravatar Titus Wormer2022-07-121-0/+195