aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/edit_map.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix jumps in `edit_map`Libravatar Titus Wormer2022-06-281-0/+144
* 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`