Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename crate to `markdown` | 2022-10-13 | 1 | -16/+16 | |
* | Refactor to use a bunch of `into` | 2022-10-11 | 1 | -1/+1 | |
* | Refactor to split parse from compile options | 2022-10-06 | 1 | -7/+13 | |
* | Add support for turning mdast to hast | 2022-09-28 | 1 | -2/+4 | |
* | Add support for compiling to mdast | 2022-09-26 | 1 | -1/+19 | |
* | Add support for recoverable syntax errors | 2022-09-07 | 1 | -7/+7 | |
* | Add `pretty_assertions` to tests for diffs | 2022-08-18 | 1 | -0/+1 | |
* | Add support for turning off constructs | 2022-07-18 | 1 | -14/+22 | |
* | Add support for lazy lines | 2022-07-11 | 1 | -3/+3 | |
* | Make paragraphs really fast | 2022-07-01 | 1 | -1/+1 | |
* | Add support for compiling definitions | 2022-06-29 | 1 | -6/+5 | |
* | Add link, images (resource) | 2022-06-24 | 1 | -6/+5 | |
* | Add support for inferring line ending, configurable | 2022-06-21 | 1 | -2/+3 | |
* | Add support for definitions | 2022-06-17 | 1 | -1/+1 | |
* | Add heading (setext) | 2022-06-16 | 1 | -1/+1 | |
* | Add support for hard break escape | 2022-06-16 | 1 | -6/+5 | |
* | Add code (text) | 2022-06-15 | 1 | -6/+5 | |
* | Add tests for character escape | 2022-06-15 | 1 | -0/+91 |