Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-06-16 | Add heading (setext) | Titus Wormer | 1 | -4/+7 | |
2022-06-16 | Refactor to reorder thing alphabetically | Titus Wormer | 1 | -21/+7 | |
2022-06-16 | Add support for hard break (trailing) | Titus Wormer | 1 | -2/+11 | |
2022-06-16 | Add support for hard break escape | Titus Wormer | 1 | -3/+11 | |
2022-06-15 | Add code (text) | Titus Wormer | 1 | -5/+22 | |
2022-06-14 | Reorganize to split util | Titus Wormer | 1 | -0/+2 | |
2022-06-13 | Add basic html (text) | Titus Wormer | 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 😅 | |||||
2022-06-13 | Add autolinks | Titus Wormer | 1 | -0/+5 | |
2022-06-10 | Add text content type | Titus Wormer | 1 | -1/+1 | |
* Add character reference and character escapes in text * Add recursive subtokenization | |||||
2022-06-10 | Add proper support for subtokenization | Titus Wormer | 1 | -3/+37 | |
- Add “content” content type - Add paragraph - Add skips - Add linked tokens | |||||
2022-06-09 | Add basic subtokenization, string content in fenced code | Titus Wormer | 1 | -7/+8 | |
2022-06-09 | Refactor to pass more slices around | Titus Wormer | 1 | -5/+5 | |
2022-06-09 | Add basic support for interrupting content | Titus Wormer | 1 | -1/+57 | |