aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html_flow.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-14Fix html (flow) whitespace againLibravatar Titus Wormer1-44/+40
2022-07-14Fix a bunch of container thingsLibravatar Titus Wormer1-45/+48
2022-07-11Add support for lazy linesLibravatar Titus Wormer1-7/+7
2022-07-08Fix interrupting when exiting containersLibravatar Titus Wormer1-6/+5
2022-07-08Add improved container enter/exit mechanismLibravatar Titus Wormer1-6/+5
2022-07-08Fix closing of flow when exiting containersLibravatar Titus Wormer1-42/+35
2022-07-08Add support for concrete constructsLibravatar Titus Wormer1-7/+6
2022-07-07Add basic support for block quotesLibravatar Titus Wormer1-53/+55
2022-07-04Add support for attention (emphasis, strong)Libravatar Titus Wormer1-69/+58
2022-07-01Make paragraphs really fastLibravatar Titus Wormer1-7/+6
2022-06-30Add support for trimming whitespace around string, textLibravatar Titus Wormer1-6/+5
2022-06-21Add support for inferring line ending, configurableLibravatar Titus Wormer1-2/+3
2022-06-20Add some more enabled testsLibravatar Titus Wormer1-68/+58
2022-06-15Update to enable some tests for added constructsLibravatar Titus Wormer1-8/+7
2022-06-14Fix support for deep subtokenizationLibravatar Titus Wormer1-6/+5
2022-06-13Add basic html (text)Libravatar Titus Wormer1-5/+6
2022-06-13Add support for sanitizing urlsLibravatar Titus Wormer1-0/+1
2022-06-10Add proper support for subtokenizationLibravatar Titus Wormer1-5/+6
2022-06-09Add temporary support for stripping whitespaceLibravatar Titus Wormer1-6/+5
2022-06-09Add support for indented lines in paragraphsLibravatar Titus Wormer1-38/+36