aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/mod.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor code styleLibravatar Titus Wormer2022-07-051-0/+1
|
* Fix jumps in `edit_map`Libravatar Titus Wormer2022-06-281-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`
* Add support for normalizing identifiersLibravatar Titus Wormer2022-06-221-0/+1
|
* Add docs for `subtokenize`Libravatar Titus Wormer2022-06-211-1/+0
|
* Add support for line endings in stringLibravatar Titus Wormer2022-06-201-0/+1
|
* Reorganize to split utilLibravatar Titus Wormer2022-06-141-0/+6