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