Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-11-10 | Remove unneeded `extern crate`s | Hocdoc | 1 | -1/+0 |
2022-10-14 | Refactor to use default trait in tests | Titus Wormer | 1 | -69/+61 |
2022-10-13 | Rename crate to `markdown` | Titus Wormer | 1 | -66/+66 |
2022-10-11 | Refactor to use a bunch of `into` | Titus Wormer | 1 | -16/+16 |
2022-10-06 | Refactor to split parse from compile options | Titus Wormer | 1 | -3/+6 |
2022-09-28 | Add support for turning mdast to hast | Titus Wormer | 1 | -2/+4 |
2022-09-26 | Add support for compiling to mdast | Titus Wormer | 1 | -1/+89 |
2022-09-07 | Add support for recoverable syntax errors | Titus Wormer | 1 | -60/+62 |
2022-09-05 | Add support for `mailto:`, `xmpp:` protocols | Titus Wormer | 1 | -0/+43 |
2022-09-05 | Fix to implement GFM autolink literals exactly | Titus Wormer | 1 | -2/+2440 |
2022-08-18 | Add support for GFM autolink literals | Titus Wormer | 1 | -0/+256 |