Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unneeded `extern crate`s | 2022-11-10 | 1 | -1/+0 | |
* | Refactor to use default trait in tests | 2022-10-14 | 1 | -6/+6 | |
* | Rename crate to `markdown` | 2022-10-13 | 1 | -44/+44 | |
* | Refactor to use a bunch of `into` | 2022-10-11 | 1 | -7/+7 | |
* | 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/+50 | |
* | Add support for recoverable syntax errors | 2022-09-07 | 1 | -23/+22 | |
* | Add `pretty_assertions` to tests for diffs | 2022-08-18 | 1 | -0/+1 | |
* | Add support for turning off constructs | 2022-07-18 | 1 | -16/+24 | |
* | Add basic support for block quotes | 2022-07-07 | 1 | -6/+0 | |
* | Make paragraphs really fast | 2022-07-01 | 1 | -1/+1 | |
* | Make data a construct | 2022-06-21 | 1 | -1/+1 | |
* | Add support for inferring line ending, configurable | 2022-06-21 | 1 | -2/+3 | |
* | Add improved whitespace handling | 2022-06-20 | 1 | -1/+1 | |
* | Add support for sanitizing urls | 2022-06-13 | 1 | -25/+38 | |
* | Add autolinks | 2022-06-13 | 1 | -0/+247 |