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