aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html_flow.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to enable some tests for added constructsLibravatar Titus Wormer2022-06-151-8/+7
|
* Fix support for deep subtokenizationLibravatar Titus Wormer2022-06-141-6/+5
| | | | | | * Fix a couple of forgotten line ending handling in html (text) * Fix missing initial case for html (text) not having a `<` 😬 * Add line ending handling to `text` construct
* Add basic html (text)Libravatar Titus Wormer2022-06-131-5/+6
| | | | | | | * Add all states for html (text) * Fix to link paragraph tokens together * Add note about uncovered bug where linking paragraph tokens together doesn’t work 😅
* Add support for sanitizing urlsLibravatar Titus Wormer2022-06-131-0/+1
| | | | | | * Add support for properly encoding characters in urls * Add support for sanitizing potentially dangerous urls * Add safe defaults, optionally live dangerously
* Add proper support for subtokenizationLibravatar Titus Wormer2022-06-101-5/+6
| | | | | | | - Add “content” content type - Add paragraph - Add skips - Add linked tokens
* Add temporary support for stripping whitespaceLibravatar Titus Wormer2022-06-091-6/+5
|
* Add support for indented lines in paragraphsLibravatar Titus Wormer2022-06-091-38/+36
|
* .Libravatar Titus Wormer2022-06-081-0/+1058