aboutsummaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-16Add support for hard break (trailing)Libravatar Titus Wormer2-119/+135
2022-06-16Add support for hard break escapeLibravatar Titus Wormer2-6/+172
2022-06-15Add support for text in heading (atx)Libravatar Titus Wormer1-17/+15
2022-06-15Add code (text)Libravatar Titus Wormer5-60/+212
2022-06-15Add tests for nulLibravatar Titus Wormer1-0/+25
2022-06-15Add tests for urlsLibravatar Titus Wormer1-0/+152
2022-06-15Add tests for tabsLibravatar Titus Wormer1-0/+305
2022-06-15Update to enable some tests for added constructsLibravatar Titus Wormer5-30/+20
2022-06-15Add tests for dangerous optionsLibravatar Titus Wormer2-0/+227
2022-06-15Add tests for bomsLibravatar Titus Wormer1-0/+15
2022-06-15Add tests for soft breaksLibravatar Titus Wormer1-0/+18
2022-06-15Add tests for textLibravatar Titus Wormer1-0/+23
2022-06-15Add tests for character referenceLibravatar Titus Wormer1-0/+204
* Fix encoding of character references * Fix unneeded remainder in `nok` state
2022-06-15Add tests for character escapeLibravatar Titus Wormer1-0/+91
2022-06-14Fix support for deep subtokenizationLibravatar Titus Wormer2-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
2022-06-13Add basic html (text)Libravatar Titus Wormer2-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 😅
2022-06-13Add support for sanitizing urlsLibravatar Titus Wormer2-25/+39
* Add support for properly encoding characters in urls * Add support for sanitizing potentially dangerous urls * Add safe defaults, optionally live dangerously
2022-06-13Add autolinksLibravatar Titus Wormer1-0/+247
2022-06-10Add proper support for subtokenizationLibravatar Titus Wormer4-20/+24
- Add “content” content type - Add paragraph - Add skips - Add linked tokens
2022-06-09Add basic subtokenization, string content in fenced codeLibravatar Titus Wormer1-6/+5
2022-06-09Add temporary support for stripping whitespaceLibravatar Titus Wormer4-24/+20
2022-06-09Add support for indented lines in paragraphsLibravatar Titus Wormer4-47/+44