Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix opening/closing tag order of nested attention | Titus Wormer | 2022-07-04 | 1 | -12/+29 |
| | |||||
* | Refactor to clean and document `edit_map` | Titus Wormer | 2022-07-01 | 1 | -2/+19 |
| | |||||
* | Add support for sharing identifiers, references before definitions | Titus Wormer | 2022-06-29 | 1 | -18/+1 |
| | |||||
* | Fix jumps in `edit_map` | Titus Wormer | 2022-06-28 | 1 | -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` |