Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add basic html (text) | Titus Wormer | 2022-06-13 | 1 | -2/+32 |
| | | | | | | | * 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 autolinks | Titus Wormer | 2022-06-13 | 1 | -0/+5 |
| | |||||
* | Add text content type | Titus Wormer | 2022-06-10 | 1 | -1/+1 |
| | | | | | * Add character reference and character escapes in text * Add recursive subtokenization | ||||
* | Add proper support for subtokenization | Titus Wormer | 2022-06-10 | 1 | -3/+37 |
| | | | | | | | - Add “content” content type - Add paragraph - Add skips - Add linked tokens | ||||
* | Add basic subtokenization, string content in fenced code | Titus Wormer | 2022-06-09 | 1 | -7/+8 |
| | |||||
* | Refactor to pass more slices around | Titus Wormer | 2022-06-09 | 1 | -5/+5 |
| | |||||
* | Add basic support for interrupting content | Titus Wormer | 2022-06-09 | 1 | -1/+57 |
| | |||||
* | . | Titus Wormer | 2022-06-08 | 1 | -0/+580 |