Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor code-style for Rust 1.65 | Hocdoc | 2022-11-10 | 1 | -2/+2 |
* | Rename crate to `markdown` | Titus Wormer | 2022-10-13 | 1 | -3/+3 |
* | Refactor to use a bunch of `into` | Titus Wormer | 2022-10-11 | 1 | -6/+2 |
* | Refactor some hidden internals | Titus Wormer | 2022-10-11 | 1 | -2/+2 |
* | Add support for turning mdast to hast | Titus Wormer | 2022-09-28 | 1 | -0/+1 |
* | Add support for GFM tagfilter | Titus Wormer | 2022-09-01 | 1 | -29/+45 |
* | Add `no_std + alloc` | Titus Wormer | 2022-08-16 | 1 | -0/+5 |
* | Refactor to proof docs, grammars | Titus Wormer | 2022-08-15 | 1 | -3/+7 |
* | Refactor to improve states | Titus Wormer | 2022-07-29 | 1 | -1/+1 |
* | Refactor to work on `char`s | Titus Wormer | 2022-07-28 | 1 | -1/+1 |
* | Refactor to improve allocation around strings | Titus Wormer | 2022-07-20 | 1 | -28/+21 |
* | Add link, images (resource) | Titus Wormer | 2022-06-24 | 1 | -1/+1 |
* | Add docs on sanitizing urls to autolink | Titus Wormer | 2022-06-15 | 1 | -2/+2 |
* | Add examples to some docs | Titus Wormer | 2022-06-14 | 1 | -0/+20 |
* | Reorganize to split util | Titus Wormer | 2022-06-14 | 1 | -0/+111 |