Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor to split parse from compile options | Titus Wormer | 2022-10-06 | 1 | -12/+35 |
| | |||||
* | Add support for turning mdast to hast | Titus Wormer | 2022-09-28 | 1 | -2/+4 |
| | |||||
* | Add support for compiling to mdast | Titus Wormer | 2022-09-26 | 1 | -1/+44 |
| | | | | See: <https://github.com/syntax-tree/mdast>. | ||||
* | Fix whitespace in GFM footnote definition identifiers | Titus Wormer | 2022-09-12 | 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 | ||||
* | Add support for recoverable syntax errors | Titus Wormer | 2022-09-07 | 1 | -50/+53 |
| | |||||
* | Add support for GFM footnotes | Titus Wormer | 2022-08-25 | 1 | -0/+1530 |