Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-06-13 | Add basic html (text) | Titus Wormer | 2 | -9/+22 | |
* 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 autolinks | Titus Wormer | 1 | -4/+5 | |
2022-06-10 | Add text content type | Titus Wormer | 4 | -13/+92 | |
* Add character reference and character escapes in text * Add recursive subtokenization | |||||
2022-06-10 | Add proper support for subtokenization | Titus Wormer | 4 | -55/+118 | |
- Add “content” content type - Add paragraph - Add skips - Add linked tokens | |||||
2022-06-09 | Add basic subtokenization, string content in fenced code | Titus Wormer | 2 | -33/+10 | |
2022-06-09 | Refactor to pass more slices around | Titus Wormer | 2 | -2/+2 | |
2022-06-09 | Add support for indented lines in paragraphs | Titus Wormer | 1 | -23/+20 | |
2022-06-09 | Add basic support for interrupting content | Titus Wormer | 1 | -69/+95 | |