aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for bomsLibravatar Titus Wormer2022-06-151-0/+15
|
* Add tests for soft breaksLibravatar Titus Wormer2022-06-151-0/+18
|
* Add tests for textLibravatar Titus Wormer2022-06-151-0/+23
|
* Add tests for character referenceLibravatar Titus Wormer2022-06-151-0/+204
| | | | | * Fix encoding of character references * Fix unneeded remainder in `nok` state
* Add tests for character escapeLibravatar Titus Wormer2022-06-151-0/+91
|
* Fix support for deep subtokenizationLibravatar Titus Wormer2022-06-142-64/+55
| | | | | | * 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-132-5/+440
| | | | | | | * 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-132-25/+39
| | | | | | * Add support for properly encoding characters in urls * Add support for sanitizing potentially dangerous urls * Add safe defaults, optionally live dangerously
* Add autolinksLibravatar Titus Wormer2022-06-131-0/+247
|
* Add proper support for subtokenizationLibravatar Titus Wormer2022-06-104-20/+24
| | | | | | | - Add “content” content type - Add paragraph - Add skips - Add linked tokens
* Add basic subtokenization, string content in fenced codeLibravatar Titus Wormer2022-06-091-6/+5
|
* Add temporary support for stripping whitespaceLibravatar Titus Wormer2022-06-094-24/+20
|
* Add support for indented lines in paragraphsLibravatar Titus Wormer2022-06-094-47/+44
|
* .Libravatar Titus Wormer2022-06-086-0/+1917