aboutsummaryrefslogtreecommitdiffstats
path: root/tests/math_text.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-14Refactor to use default trait in testsLibravatar Titus Wormer1-9/+9
2022-10-13Rename crate to `markdown`Libravatar Titus Wormer1-30/+30
2022-10-11Refactor to use a bunch of `into`Libravatar Titus Wormer1-3/+3
2022-10-06Refactor to split parse from compile optionsLibravatar Titus Wormer1-18/+29
2022-09-28Add support for turning mdast to hastLibravatar Titus Wormer1-2/+4
2022-09-26Add support for compiling to mdastLibravatar Titus Wormer1-1/+29
2022-09-19Add support for parsing MDX ESM, expressionsLibravatar Titus Wormer1-2/+12
2022-09-07Add support for recoverable syntax errorsLibravatar Titus Wormer1-26/+28
2022-08-26Add support for math (flow)Libravatar Titus Wormer1-30/+24
2022-08-26Add support for math (text)Libravatar Titus Wormer1-0/+190