Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-09-28 | Add support for turning mdast to hast | 1 | -2/+4 | ||
2022-09-26 | Add support for compiling to mdast | 1 | -1/+44 | ||
See: <https://github.com/syntax-tree/mdast>. | |||||
2022-09-12 | Fix whitespace in GFM footnote definition identifiers | 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 | 1 | -50/+53 | ||
2022-08-25 | Add support for GFM footnotes | 1 | -0/+1530 | ||