Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unneeded `extern crate`s | Hocdoc | 2022-11-10 | 1 | -1/+0 |
* | Refactor to use default trait in tests | Titus Wormer | 2022-10-14 | 1 | -27/+17 |
* | Rename crate to `markdown` | Titus Wormer | 2022-10-13 | 1 | -18/+18 |
* | Refactor to use a bunch of `into` | Titus Wormer | 2022-10-11 | 1 | -3/+3 |
* | Refactor to split parse from compile options | Titus Wormer | 2022-10-06 | 1 | -7/+16 |
* | Add support for turning mdast to hast | Titus Wormer | 2022-09-28 | 1 | -2/+4 |
* | Add support for compiling to mdast | Titus Wormer | 2022-09-26 | 1 | -1/+32 |
* | Add support for recoverable syntax errors | Titus Wormer | 2022-09-07 | 1 | -14/+16 |
* | Add support for GFM strikethrough | Titus Wormer | 2022-08-22 | 1 | -0/+387 |