Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a bunch of container things | Titus Wormer | 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 | Titus Wormer | 2022-07-13 | 1 | -25/+27 |
| | |||||
* | Fix some issues around empty lists | Titus Wormer | 2022-07-12 | 1 | -12/+57 |
| | |||||
* | Fix to prefer thematic breaks over lists | Titus Wormer | 2022-07-12 | 1 | -6/+18 |
| | |||||
* | Fix a lot of list things | Titus Wormer | 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 | Titus Wormer | 2022-07-12 | 1 | -0/+195 |