Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-06-13 | Add support for sanitizing urls | 1 | -9/+25 | ||
* 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 | -2/+28 | ||
2022-06-10 | Add text content type | 1 | -3/+1 | ||
* Add character reference and character escapes in text * Add recursive subtokenization | |||||
2022-06-10 | Add proper support for subtokenization | 1 | -15/+8 | ||
- Add “content” content type - Add paragraph - Add skips - Add linked tokens | |||||
2022-06-09 | Add temporary support for stripping whitespace | 1 | -4/+8 | ||
2022-06-09 | Add basic support for interrupting content | 1 | -2/+2 | ||