aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/mod.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-07Add basic support for block quotesLibravatar Titus Wormer1-0/+1
2022-07-05Refactor code styleLibravatar Titus Wormer1-0/+1
2022-06-28Fix jumps in `edit_map`Libravatar Titus Wormer1-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-22Add support for normalizing identifiersLibravatar Titus Wormer1-0/+1
2022-06-21Add docs for `subtokenize`Libravatar Titus Wormer1-1/+0
2022-06-20Add support for line endings in stringLibravatar Titus Wormer1-0/+1
2022-06-14Reorganize to split utilLibravatar Titus Wormer1-0/+6