Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for serializing trees as JSON | Kyle McCarthy | 2023-01-03 | 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. | ||||
* | Add a lot of tests on how mdast, unist work | Titus Wormer | 2022-10-13 | 1 | -1/+4 |
| | |||||
* | Add a couple tests for `Debug` on unist interfaces | Titus Wormer | 2022-10-13 | 1 | -0/+23 |
| | |||||
* | Add support for turning mdast to hast | Titus Wormer | 2022-09-28 | 1 | -0/+75 |