Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix jumps in `edit_map` | Titus Wormer | 2022-06-28 | 1 | -25/+82 |
| | | | | | | | | | * 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 | -1/+1 |
| | |||||
* | Add `attempt_opt` to tokenizer | Titus Wormer | 2022-06-22 | 1 | -4/+14 |
| | |||||
* | Rename `Whitespace` token to `SpaceOrTab` | Titus Wormer | 2022-06-22 | 1 | -3/+3 |
| | |||||
* | Add docs for token types | Titus Wormer | 2022-06-22 | 1 | -0/+7 |
| | |||||
* | Add improved whitespace handling | Titus Wormer | 2022-06-20 | 1 | -29/+23 |
| | | | | | | * 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 | -2/+2 |
| | |||||
* | Add heading (setext) | Titus Wormer | 2022-06-16 | 1 | -15/+17 |
| | |||||
* | Add support for text in heading (atx) | Titus Wormer | 2022-06-15 | 1 | -0/+2 |
| | |||||
* | Add some improved docs | Titus Wormer | 2022-06-13 | 1 | -2/+3 |
| | |||||
* | . | Titus Wormer | 2022-06-08 | 1 | -0/+175 |