Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-06-16 | Add support for hard break (trailing) | 1 | -6/+9 | ||
2022-06-16 | Add support for hard break escape | 1 | -3/+4 | ||
2022-06-15 | Add code (text) | 1 | -4/+6 | ||
2022-06-14 | Fix support for deep subtokenization | 1 | -7/+14 | ||
* Fix a couple of forgotten line ending handling in html (text) * Fix missing initial case for html (text) not having a `<` 😬 * Add line ending handling to `text` construct | |||||
2022-06-14 | Reorganize to split util | 1 | -2/+2 | ||
2022-06-14 | Add docs for html (text) | 1 | -1/+1 | ||
2022-06-13 | Add basic html (text) | 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 | 1 | -4/+5 | ||
2022-06-10 | Add text content type | 4 | -13/+92 | ||
* Add character reference and character escapes in text * Add recursive subtokenization | |||||
2022-06-10 | Add proper support for subtokenization | 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 | 2 | -33/+10 | ||
2022-06-09 | Refactor to pass more slices around | 2 | -2/+2 | ||
2022-06-09 | Add support for indented lines in paragraphs | 1 | -23/+20 | ||
2022-06-09 | Add basic support for interrupting content | 1 | -69/+95 | ||