aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/edit_map.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-07Add basic support for block quotesLibravatar Titus Wormer1-0/+1
2022-07-07Fix shifting jumps in tail of edit mapLibravatar Titus Wormer1-1/+3
2022-07-05Refactor to do some to dosLibravatar Titus Wormer1-2/+4
2022-07-04Add support for unicode punctuationLibravatar Titus Wormer1-1/+1
2022-07-04Update list of todosLibravatar Titus Wormer1-2/+1
2022-07-04Fix opening/closing tag order of nested attentionLibravatar Titus Wormer1-12/+29
2022-07-01Refactor to clean and document `edit_map`Libravatar Titus Wormer1-2/+19
2022-06-29Add support for sharing identifiers, references before definitionsLibravatar Titus Wormer1-18/+1
2022-06-28Fix jumps in `edit_map`Libravatar Titus Wormer1-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`