aboutsummaryrefslogtreecommitdiffstats
path: root/tests/list.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for turning off constructsLibravatar Titus Wormer2022-07-181-16/+23
|
* Fix annoying bug around virtual spaces in containersLibravatar Titus Wormer2022-07-151-6/+5
|
* Fix lazy first line in code (fenced)Libravatar Titus Wormer2022-07-151-1/+0
|
* Fix two more list bugsLibravatar Titus Wormer2022-07-141-11/+10
|
* Fix interrupting sibling list itemsLibravatar Titus Wormer2022-07-141-43/+36
|
* Add support for container stateLibravatar Titus Wormer2022-07-141-234/+197
| | | | | | * 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 thingsLibravatar Titus Wormer2022-07-141-31/+31
| | | | | | | | * 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 bugsLibravatar Titus Wormer2022-07-131-43/+37
|
* Fix to close containers before several (blank) line endingsLibravatar Titus Wormer2022-07-131-26/+22
|
* Fix some issues around empty listsLibravatar Titus Wormer2022-07-121-47/+47
|
* Fix a lot of list thingsLibravatar Titus Wormer2022-07-121-296/+352
| | | | | | | | * 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 listsLibravatar Titus Wormer2022-07-121-0/+568