aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/skip.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-14Add support for container stateLibravatar Titus Wormer1-5/+13
* Fix to parse list item continuation based on how big the initial list item prefix was * Fix list items that start with blank lines
2022-07-13Fix lists in lists and some other bugsLibravatar Titus Wormer1-6/+0
2022-07-12Fix some issues around empty listsLibravatar Titus Wormer1-1/+4
2022-07-12Fix a lot of list thingsLibravatar Titus Wormer1-7/+34
* 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
2022-07-07Refactor to move token types to `token`Libravatar Titus Wormer1-4/+5
2022-07-07Fix some small to dosLibravatar Titus Wormer1-3/+5
2022-07-07Add basic support for block quotesLibravatar Titus Wormer1-0/+44