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