Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-11-10 | Remove unneeded `extern crate`s | Hocdoc | 1 | -1/+0 | |
Closes GH-28. Co-authored-by: Bernhard Berger <bernhardberger3456@gmail.com> | |||||
2022-10-13 | Rename crate to `markdown` | Titus Wormer | 1 | -33/+33 | |
2022-09-28 | Add support for turning mdast to hast | Titus Wormer | 1 | -9/+3 | |
2022-09-07 | Add support for recoverable syntax errors | Titus Wormer | 1 | -3/+9 | |
2022-08-18 | Add `pretty_assertions` to tests for diffs | Titus Wormer | 1 | -0/+1 | |
2022-06-24 | Add link, images (resource) | Titus Wormer | 1 | -163/+161 | |
This is still some messy code that needs cleaning up, but it adds support for links and images, of the resource kind (`[a](b)`). References (`[a][b]`) are parsed and will soon be supported, but need matching. * Fix bug to pad percent-encoded bytes when normalizing urls * Fix bug with escapes counting as balancing in destination * Add `space_or_tab_one_line_ending`, to parse whitespace including up to one line ending (but not a blank line) * Add `ParserState` to share codes, definitions, etc | |||||
2022-06-15 | Update to enable some tests for added constructs | Titus Wormer | 1 | -1/+1 | |
2022-06-15 | Add tests for dangerous options | Titus Wormer | 1 | -0/+199 | |