Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-11-10 | Remove unneeded `extern crate`s | Hocdoc | 1 | -1/+0 | |
Closes GH-28. Co-authored-by: Bernhard Berger <bernhardberger3456@gmail.com> | |||||
2022-10-14 | Refactor to use default trait in tests | Titus Wormer | 1 | -81/+61 | |
2022-10-13 | Add test for non-empty blank lines in footnotes | Titus Wormer | 1 | -0/+17 | |
2022-10-13 | Rename crate to `markdown` | Titus Wormer | 1 | -55/+55 | |
2022-10-11 | Refactor to use a bunch of `into` | Titus Wormer | 1 | -12/+12 | |
2022-10-06 | Refactor to split parse from compile options | Titus Wormer | 1 | -12/+35 | |
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/+44 | |
See: <https://github.com/syntax-tree/mdast>. | |||||
2022-09-12 | Fix whitespace in GFM footnote definition identifiers | Titus Wormer | 1 | -109/+177 | |
* Fix a crash on line endings in footnote definitions * Fix to match spaces and tabs in identifiers to `cmark-gfm` * Fix order of one attribute | |||||
2022-09-07 | Add support for recoverable syntax errors | Titus Wormer | 1 | -50/+53 | |
2022-08-25 | Add support for GFM footnotes | Titus Wormer | 1 | -0/+1530 | |