Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-06-28 | Fix jumps in `edit_map` | 1 | -0/+1 | ||
* 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` | |||||
2022-06-22 | Add support for normalizing identifiers | 1 | -0/+1 | ||
2022-06-21 | Add docs for `subtokenize` | 1 | -1/+0 | ||
2022-06-20 | Add support for line endings in string | 1 | -0/+1 | ||
2022-06-14 | Reorganize to split util | 1 | -0/+6 | ||