Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add examples to some docs | Titus Wormer | 2022-06-14 | 1 | -0/+48 |
| | |||||
* | Reorganize to split util | Titus Wormer | 2022-06-14 | 1 | -20/+24 |
| | |||||
* | Add basic html (text) | Titus Wormer | 2022-06-13 | 1 | -2/+8 |
| | | | | | | | * 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 urls | Titus Wormer | 2022-06-13 | 1 | -9/+25 |
| | | | | | | * Add support for properly encoding characters in urls * Add support for sanitizing potentially dangerous urls * Add safe defaults, optionally live dangerously | ||||
* | Add autolinks | Titus Wormer | 2022-06-13 | 1 | -2/+28 |
| | |||||
* | Add text content type | Titus Wormer | 2022-06-10 | 1 | -3/+1 |
| | | | | | * Add character reference and character escapes in text * Add recursive subtokenization | ||||
* | Add proper support for subtokenization | Titus Wormer | 2022-06-10 | 1 | -15/+8 |
| | | | | | | | - Add “content” content type - Add paragraph - Add skips - Add linked tokens | ||||
* | Add temporary support for stripping whitespace | Titus Wormer | 2022-06-09 | 1 | -4/+8 |
| | |||||
* | Add basic support for interrupting content | Titus Wormer | 2022-06-09 | 1 | -2/+2 |
| | |||||
* | . | Titus Wormer | 2022-06-08 | 1 | -0/+367 |