Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-06-13 | Add basic html (text) | Titus Wormer | 1 | -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 😅 | |||||
2022-06-13 | Add support for sanitizing urls | Titus Wormer | 1 | -0/+1 | |
* Add support for properly encoding characters in urls * Add support for sanitizing potentially dangerous urls * Add safe defaults, optionally live dangerously | |||||
2022-06-10 | Add proper support for subtokenization | Titus Wormer | 1 | -5/+6 | |
- Add “content” content type - Add paragraph - Add skips - Add linked tokens | |||||
2022-06-09 | Add temporary support for stripping whitespace | Titus Wormer | 1 | -6/+5 | |
2022-06-09 | Add support for indented lines in paragraphs | Titus Wormer | 1 | -38/+36 | |