Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for container state | Titus Wormer | 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 | Titus Wormer | 2022-07-13 | 1 | -6/+0 |
| | |||||
* | Fix some issues around empty lists | Titus Wormer | 2022-07-12 | 1 | -1/+4 |
| | |||||
* | Fix a lot of list things | Titus Wormer | 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` | Titus Wormer | 2022-07-07 | 1 | -4/+5 |
| | |||||
* | Fix some small to dos | Titus Wormer | 2022-07-07 | 1 | -3/+5 |
| | |||||
* | Add basic support for block quotes | Titus Wormer | 2022-07-07 | 1 | -0/+44 |