aboutsummaryrefslogtreecommitdiffstats
path: root/tests/block_quote.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for turning mdast to hastLibravatar Titus Wormer2022-09-281-2/+4
|
* Add support for compiling to mdastLibravatar Titus Wormer2022-09-261-1/+22
| | | | See: <https://github.com/syntax-tree/mdast>.
* Add support for recoverable syntax errorsLibravatar Titus Wormer2022-09-071-2/+4
|
* Fix lazy paragraph after definitionLibravatar Titus Wormer2022-08-221-0/+12
|
* Add `pretty_assertions` to tests for diffsLibravatar Titus Wormer2022-08-181-0/+1
|
* Add more tests for definitions and block quotesLibravatar Titus Wormer2022-08-091-0/+12
|
* Add another test for lazy fenced code and block quotesLibravatar Titus Wormer2022-08-091-1/+7
|
* Add support for turning off constructsLibravatar Titus Wormer2022-07-181-9/+15
|
* Fix two more list bugsLibravatar Titus Wormer2022-07-141-6/+5
|
* Add support for container stateLibravatar Titus Wormer2022-07-141-1/+1
| | | | | | * 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-6/+5
| | | | | | | | * 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 to close containers before several (blank) line endingsLibravatar Titus Wormer2022-07-131-6/+5
|
* Fix some issues around empty listsLibravatar Titus Wormer2022-07-121-5/+6
|
* Fix a lot of list thingsLibravatar Titus Wormer2022-07-121-12/+12
| | | | | | | | * 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-8/+7
|
* Add support for lazy linesLibravatar Titus Wormer2022-07-111-30/+25
|
* Fix block quote bugsLibravatar Titus Wormer2022-07-111-6/+5
|
* Fix bug around forcibly closed flow exitsLibravatar Titus Wormer2022-07-081-6/+5
|
* Fix container bug due to attemptsLibravatar Titus Wormer2022-07-081-1/+1
|
* Fix closing of flow when exiting containersLibravatar Titus Wormer2022-07-081-14/+12
|
* Add support for concrete constructsLibravatar Titus Wormer2022-07-081-1/+1
|
* Add basic support for block quotesLibravatar Titus Wormer2022-07-071-0/+188