Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor to use less vecs for events | 2022-07-20 | 1 | -3/+3 | |
| | |||||
* | Refactor to remove cloning in `edit_map` | 2022-07-19 | 1 | -5/+3 | |
| | |||||
* | Fix performance around a lot of lists | 2022-07-19 | 1 | -16/+33 | |
| | |||||
* | Add support for turning off constructs | 2022-07-18 | 1 | -3/+12 | |
| | |||||
* | Refactor to organize resolvers | 2022-07-18 | 1 | -2/+2 | |
| | |||||
* | Fix interrupting of ordered items | 2022-07-15 | 1 | -5/+7 | |
| | |||||
* | Fix stray `println` | 2022-07-15 | 1 | -2/+0 | |
| | |||||
* | Add docs and refactor list | 2022-07-15 | 1 | -158/+200 | |
| | |||||
* | Fix two more list bugs | 2022-07-14 | 1 | -1/+6 | |
| | |||||
* | Fix interrupting sibling list items | 2022-07-14 | 1 | -3/+1 | |
| | |||||
* | Add support for container state | 2022-07-14 | 1 | -43/+52 | |
| | | | | | | * 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 a bunch of container things | 2022-07-14 | 1 | -2/+2 | |
| | | | | | | | | * Fix a lot of container code * Fix to prevent code (indented) from interrupting a lazy container * Fix compiling when combining tight paragraphs, empty list items, and html * Fix list items starting w/ blank lines causing loose lists * Fix crash when looking for a previous blank line | ||||
* | Fix lists in lists and some other bugs | 2022-07-13 | 1 | -25/+27 | |
| | |||||
* | Fix some issues around empty lists | 2022-07-12 | 1 | -12/+57 | |
| | |||||
* | Fix to prefer thematic breaks over lists | 2022-07-12 | 1 | -6/+18 | |
| | |||||
* | Fix a lot of list things | 2022-07-12 | 1 | -23/+187 | |
| | | | | | | | | * 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 | ||||
* | Add initial support for lists | 2022-07-12 | 1 | -0/+195 | |