aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/skip.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for GFM task list itemLibravatar Titus Wormer2022-08-221-2/+10
|
* Refactor to proof docs, grammarsLibravatar Titus Wormer2022-08-151-1/+1
|
* Refactor to improve docs of each functionLibravatar Titus Wormer2022-08-121-6/+9
|
* Refactor to move some code to `event.rs`Libravatar Titus Wormer2022-08-111-30/+20
|
* Add support for container stateLibravatar Titus Wormer2022-07-141-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
* Fix lists in lists and some other bugsLibravatar Titus Wormer2022-07-131-6/+0
|
* Fix some issues around empty listsLibravatar Titus Wormer2022-07-121-1/+4
|
* Fix a lot of list thingsLibravatar Titus Wormer2022-07-121-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
* Refactor to move token types to `token`Libravatar Titus Wormer2022-07-071-4/+5
|
* Fix some small to dosLibravatar Titus Wormer2022-07-071-3/+5
|
* Add basic support for block quotesLibravatar Titus Wormer2022-07-071-0/+44