Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix jumps in `edit_map` | Titus Wormer | 2022-06-28 | 1 | -5/+5 |
| | | | | | | | | | * Use resolve more often (e.g., heading (atx, setext)) * Fix to link whole phrasing (e.g., one big chunk of text in heading (atx, setext), titles, labels) * Replace `ChunkText`, `ChunkString`, with `event.content_type: Option<ContentType>` * Refactor to externalize `edit_map` from `label` | ||||
* | Refactor to not use `pub` when not needed | Titus Wormer | 2022-06-22 | 1 | -2/+2 |
| | |||||
* | Refactor to improve tokenizer, add docs | Titus Wormer | 2022-06-22 | 1 | -6/+8 |
| | |||||
* | Add docs for token types | Titus Wormer | 2022-06-22 | 1 | -0/+4 |
| | |||||
* | Add docs for `subtokenize` | Titus Wormer | 2022-06-21 | 1 | -1/+1 |
| | |||||
* | Refactor to improve a bunch of states | Titus Wormer | 2022-06-21 | 1 | -18/+28 |
| | | | | | | * Improve passing stuff around * Add traits to enums for markers and such * Fix “life time” stuff I didn’t understand | ||||
* | Add support for line endings in string | Titus Wormer | 2022-06-20 | 1 | -3/+3 |
| | |||||
* | Add improved whitespace handling | Titus Wormer | 2022-06-20 | 1 | -47/+21 |
| | | | | | | * 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 | ||||
* | Add paragraph | Titus Wormer | 2022-06-20 | 1 | -0/+177 |