Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename crate to `markdown` | Titus Wormer | 2022-10-13 | 1 | -46/+46 |
* | Refactor to split parse from compile options | Titus Wormer | 2022-10-06 | 1 | -2/+6 |
* | Add support for turning mdast to hast | Titus Wormer | 2022-09-28 | 1 | -6/+2 |
* | Add support for recoverable syntax errors | Titus Wormer | 2022-09-07 | 1 | -4/+10 |
* | Add `pretty_assertions` to tests for diffs | Titus Wormer | 2022-08-18 | 1 | -0/+1 |
* | Add improved container exit injection | Titus Wormer | 2022-08-11 | 1 | -0/+8 |
* | Refactor to work on `char`s | Titus Wormer | 2022-07-28 | 1 | -6/+0 |
* | Add support for turning off constructs | Titus Wormer | 2022-07-18 | 1 | -7/+6 |
* | Fix to prefer thematic breaks over lists | Titus Wormer | 2022-07-12 | 1 | -13/+11 |
* | Add initial support for lists | Titus Wormer | 2022-07-12 | 1 | -11/+13 |
* | Add support for trimming whitespace around string, text | Titus Wormer | 2022-06-30 | 1 | -16/+14 |
* | Add link, images (resource) | Titus Wormer | 2022-06-24 | 1 | -36/+30 |
* | Add support for inferring line ending, configurable | Titus Wormer | 2022-06-21 | 1 | -2/+3 |
* | Fix bug with tabs | Titus Wormer | 2022-06-20 | 1 | -48/+40 |
* | Add code (text) | Titus Wormer | 2022-06-15 | 1 | -30/+25 |
* | Add tests for tabs | Titus Wormer | 2022-06-15 | 1 | -0/+305 |