Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-06-13 | Add basic html (text) | 2 | -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-13 | Add support for sanitizing urls | 2 | -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-13 | Add autolinks | 1 | -0/+247 | ||
2022-06-10 | Add proper support for subtokenization | 4 | -20/+24 | ||
- Add “content” content type - Add paragraph - Add skips - Add linked tokens | |||||
2022-06-09 | Add basic subtokenization, string content in fenced code | 1 | -6/+5 | ||
2022-06-09 | Add temporary support for stripping whitespace | 4 | -24/+20 | ||
2022-06-09 | Add support for indented lines in paragraphs | 4 | -47/+44 | ||