Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename crate to `markdown` | 2022-10-13 | 1 | -22/+22 | |
* | Refactor to use a bunch of `into` | 2022-10-11 | 1 | -2/+2 | |
* | Refactor to split parse from compile options | 2022-10-06 | 1 | -5/+8 | |
* | Add support for turning mdast to hast | 2022-09-28 | 1 | -2/+4 | |
* | Add support for compiling to mdast | 2022-09-26 | 1 | -1/+28 | |
* | Add support for recoverable syntax errors | 2022-09-07 | 1 | -2/+4 | |
* | Add `pretty_assertions` to tests for diffs | 2022-08-18 | 1 | -0/+1 | |
* | Refactor to drastically improve perf around whitespace | 2022-07-26 | 1 | -6/+0 | |
* | Add support for turning off constructs | 2022-07-18 | 1 | -7/+15 | |
* | Add support for attention (emphasis, strong) | 2022-07-04 | 1 | -42/+35 | |
* | Make paragraphs really fast | 2022-07-01 | 1 | -1/+1 | |
* | Add support for trimming whitespace around string, text | 2022-06-30 | 1 | -40/+34 | |
* | Add support for hard break (trailing) | 2022-06-16 | 1 | -0/+133 |