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