Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-06-22 | Add support for normalizing identifiers | Titus Wormer | 1 | -1/+24 | |
2022-06-22 | Refactor to improve tokenizer, add docs | Titus Wormer | 1 | -8/+10 | |
2022-06-20 | Add some more enabled tests | Titus Wormer | 1 | -1/+0 | |
2022-06-20 | Add improved whitespace handling | Titus Wormer | 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 | Titus Wormer | 1 | -130/+9 | |
2022-06-20 | Remove unneeded `content` content type | Titus Wormer | 1 | -27/+27 | |
2022-06-17 | Add support for definitions | Titus Wormer | 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) | Titus Wormer | 1 | -11/+8 | |
2022-06-14 | Reorganize to split util | Titus Wormer | 1 | -2/+2 | |
2022-06-10 | Add text content type | Titus Wormer | 1 | -5/+9 | |
* Add character reference and character escapes in text * Add recursive subtokenization | |||||
2022-06-10 | Add proper support for subtokenization | Titus Wormer | 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 | Titus Wormer | 1 | -17/+6 | |
2022-06-09 | Refactor to pass more slices around | Titus Wormer | 1 | -1/+1 | |
2022-06-09 | Add support for indented lines in paragraphs | Titus Wormer | 1 | -23/+20 | |
2022-06-09 | Add basic support for interrupting content | Titus Wormer | 1 | -69/+95 | |