Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-08-15 | Refactor to proof docs, grammars | 1 | -2/+2 | ||
2022-08-12 | Refactor to improve docs of each function | 1 | -2/+1 | ||
2022-08-11 | Refactor to move some code to `event.rs` | 1 | -1/+1 | ||
2022-07-22 | Refactor to use a single shared edit map | 1 | -9/+6 | ||
2022-07-22 | Refactor to remove unneeded tuples in every states | 1 | -1/+1 | ||
2022-07-21 | Refactor performance around links in subtokenize | 1 | -28/+35 | ||
2022-07-21 | Refactor to move some event fields to `link` | 1 | -3/+5 | ||
2022-07-20 | Refactor to use less vecs for events | 1 | -42/+28 | ||
2022-07-19 | Refactor to remove cloning in `edit_map` | 1 | -19/+25 | ||
2022-07-19 | Use `edit_map` in `subtokenize` | 1 | -14/+1 | ||
2022-07-19 | Remove another unneeded `HashMap` | 1 | -40/+38 | ||
2022-07-07 | Add basic support for block quotes | 1 | -0/+1 | ||
2022-07-07 | Fix shifting jumps in tail of edit map | 1 | -1/+3 | ||
2022-07-05 | Refactor to do some to dos | 1 | -2/+4 | ||
2022-07-04 | Add support for unicode punctuation | 1 | -1/+1 | ||
2022-07-04 | Update list of todos | 1 | -2/+1 | ||
2022-07-04 | Fix opening/closing tag order of nested attention | 1 | -12/+29 | ||
2022-07-01 | Refactor to clean and document `edit_map` | 1 | -2/+19 | ||
2022-06-29 | Add support for sharing identifiers, references before definitions | 1 | -18/+1 | ||
2022-06-28 | Fix jumps in `edit_map` | 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` |