Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize to split util | 2022-06-14 | 1 | -6/+4 | |
| | |||||
* | Add docs for html (text) | 2022-06-14 | 1 | -0/+1 | |
| | |||||
* | Add basic html (text) | 2022-06-13 | 1 | -3/+9 | |
| | | | | | | | * 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 text content type | 2022-06-10 | 1 | -4/+10 | |
| | | | | | * Add character reference and character escapes in text * Add recursive subtokenization | ||||
* | Add proper support for subtokenization | 2022-06-10 | 1 | -50/+116 | |
| | | | | | | | - Add “content” content type - Add paragraph - Add skips - Add linked tokens | ||||
* | Add basic subtokenization, string content in fenced code | 2022-06-09 | 1 | -0/+67 | |