aboutsummaryrefslogtreecommitdiffstats
path: root/tests/math_flow.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-11Refactor to use a bunch of `into`Libravatar Titus Wormer1-2/+2
2022-10-06Refactor to split parse from compile optionsLibravatar Titus Wormer1-6/+9
2022-09-28Add support for turning mdast to hastLibravatar Titus Wormer1-2/+4
2022-09-26Add support for compiling to mdastLibravatar Titus Wormer1-1/+17
See: <https://github.com/syntax-tree/mdast>.
2022-09-07Add support for recoverable syntax errorsLibravatar Titus Wormer1-39/+41
2022-08-26Add support for math (flow)Libravatar Titus Wormer1-0/+250