aboutsummaryrefslogtreecommitdiffstats
path: root/src/mdast.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-27Rename `json` feature to `serde`Libravatar Rafael Bachmann1-44/+44
2023-02-28Fix AST node debug representation to pretty printLibravatar Mia1-34/+34
2023-01-03Add support for serializing trees as JSONLibravatar Kyle McCarthy1-2/+216
2022-11-10Refactor code-style for Rust 1.65Libravatar Hocdoc1-1/+1
2022-10-25Fix type of `start` on list in mdastLibravatar Titus Wormer1-1/+1
2022-10-13Add missing test for mdastLibravatar Titus Wormer1-0/+32
2022-10-13Add a lot of tests on how mdast, unist workLibravatar Titus Wormer1-36/+917
2022-10-11Refactor to use a bunch of `into`Libravatar Titus Wormer1-3/+3
2022-10-11Add improved docs to public apiLibravatar Titus Wormer1-10/+12
2022-10-11Add support for proper positional info in swc treeLibravatar Titus Wormer1-2/+15
2022-09-28Add support for turning mdast to hastLibravatar Titus Wormer1-72/+5
2022-09-26Add support for compiling to mdastLibravatar Titus Wormer1-298/+497
2022-09-19Add structs, enums for `mdast`Libravatar Titus Wormer1-0/+1047