Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-06-22 | Refactor to improve tokenizer, add docs | 1 | -8/+10 | ||
2022-06-20 | Add some more enabled tests | 1 | -1/+0 | ||
2022-06-20 | Add improved whitespace handling | 1 | -34/+11 | ||
* add several helpers for parsing betwen x and y `space_or_tab`s * use those helpers in a bunch of places * move initial indent parsing to flow constructs themselves | |||||
2022-06-20 | Add paragraph | 1 | -130/+9 | ||
2022-06-20 | Remove unneeded `content` content type | 1 | -27/+27 | ||
2022-06-17 | Add support for definitions | 1 | -9/+15 | ||
* Add definitions * Add partials for label, destination, title * Add `go`, to attempt something, and do something else on `ok` | |||||
2022-06-16 | Add heading (setext) | 1 | -11/+8 | ||
2022-06-14 | Reorganize to split util | 1 | -2/+2 | ||
2022-06-10 | Add text content type | 1 | -5/+9 | ||
* Add character reference and character escapes in text * Add recursive subtokenization | |||||
2022-06-10 | Add proper support for subtokenization | 1 | -19/+26 | ||
- Add “content” content type - Add paragraph - Add skips - Add linked tokens | |||||
2022-06-09 | Add basic subtokenization, string content in fenced code | 1 | -17/+6 | ||
2022-06-09 | Refactor to pass more slices around | 1 | -1/+1 | ||
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 | ||