Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-01-03 | Add support for serializing trees as JSON | Kyle McCarthy | 1 | -0/+2 | |
This adds support for serializing the mdast syntax tree as JSON, with serde, through a feature. Closes GH-10. Related-to GH-30. Closes GH-37. | |||||
2022-10-13 | Add a lot of tests on how mdast, unist work | Titus Wormer | 1 | -1/+4 | |
2022-10-13 | Add a couple tests for `Debug` on unist interfaces | Titus Wormer | 1 | -0/+23 | |
2022-09-28 | Add support for turning mdast to hast | Titus Wormer | 1 | -0/+75 | |