Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-11-10 | Remove unneeded `extern crate`s | 1 | -1/+0 | ||
Closes GH-28. Co-authored-by: Bernhard Berger <bernhardberger3456@gmail.com> | |||||
2022-10-13 | Rename crate to `markdown` | 1 | -654/+654 | ||
2022-10-06 | Refactor to split parse from compile options | 1 | -3/+6 | ||
2022-09-26 | Add support for compiling to mdast | 1 | -1/+1 | ||
See: <https://github.com/syntax-tree/mdast>. | |||||
2022-09-07 | Add support for recoverable syntax errors | 1 | -653/+655 | ||
2022-08-18 | Add `pretty_assertions` to tests for diffs | 1 | -0/+1 | ||
2022-07-18 | Add support for turning off constructs | 1 | -1310/+3266 | ||
2022-07-18 | Change to enable build script for commonmark tests again | 1 | -653/+653 | ||
2022-07-18 | Fix edge case in identifier normalization | 1 | -10/+9 | ||
2022-07-18 | Fix final bug with laziness | 1 | -152/+142 | ||
2022-07-15 | Fix interrupting of ordered items | 1 | -11/+10 | ||
2022-07-15 | Fix some final eol bugs | 1 | -54/+49 | ||
2022-07-15 | Fix formatting of `commonmark` tests | 1 | -4392/+2464 | ||
2022-07-15 | Fix to use single array for character references | 1 | -12/+14 | ||
2022-07-15 | Add all commonmark tests | 1 | -0/+9142 | ||