Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-06-20 | Add some more enabled tests | 1 | -2/+0 | ||
2022-06-20 | Add support for line endings in string | 1 | -9/+23 | ||
2022-06-20 | Remove unneeded `content` content type | 1 | -1/+3 | ||
2022-06-17 | Add support for definitions | 1 | -0/+2 | ||
* Add definitions * Add partials for label, destination, title * Add `go`, to attempt something, and do something else on `ok` | |||||
2022-06-16 | Refactor to reorder thing alphabetically | 1 | -0/+1 | ||
2022-06-10 | Add text content type | 1 | -8/+2 | ||
* Add character reference and character escapes in text * Add recursive subtokenization | |||||
2022-06-10 | Add proper support for subtokenization | 1 | -36/+6 | ||
- Add “content” content type - Add paragraph - Add skips - Add linked tokens | |||||
2022-06-09 | Add basic subtokenization, string content in fenced code | 1 | -16/+4 | ||
2022-06-09 | Refactor to pass more slices around | 1 | -1/+1 | ||