Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-08-22 | Add support for GFM task list item | Titus Wormer | 1 | -2/+10 | |
2022-08-15 | Refactor to proof docs, grammars | Titus Wormer | 1 | -1/+1 | |
2022-08-12 | Refactor to improve docs of each function | Titus Wormer | 1 | -6/+9 | |
2022-08-11 | Refactor to move some code to `event.rs` | Titus Wormer | 1 | -30/+20 | |
2022-07-14 | Add support for container state | Titus Wormer | 1 | -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-13 | Fix lists in lists and some other bugs | Titus Wormer | 1 | -6/+0 | |
2022-07-12 | Fix some issues around empty lists | Titus Wormer | 1 | -1/+4 | |
2022-07-12 | Fix a lot of list things | Titus Wormer | 1 | -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-07 | Refactor to move token types to `token` | Titus Wormer | 1 | -4/+5 | |
2022-07-07 | Fix some small to dos | Titus Wormer | 1 | -3/+5 | |
2022-07-07 | Add basic support for block quotes | Titus Wormer | 1 | -0/+44 | |