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