aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mdx_expression_flow.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-10Remove unneeded `extern crate`sLibravatar Hocdoc1-1/+0
2022-10-25Fix lists in MDXLibravatar Titus Wormer1-0/+6
2022-10-14Refactor to use default trait in testsLibravatar Titus Wormer1-15/+12
2022-10-14Add some more tests on mdx and indented codeLibravatar Titus Wormer1-0/+18
2022-10-13Add test for mdx and indented codeLibravatar Titus Wormer1-0/+19
2022-10-13Rename crate to `markdown`Libravatar Titus Wormer1-36/+32
2022-10-11Refactor to use a bunch of `into`Libravatar Titus Wormer1-1/+1
2022-10-11Add support for proper positional info in swc treeLibravatar Titus Wormer1-1/+2
2022-10-06Refactor to split parse from compile optionsLibravatar Titus Wormer1-9/+18
2022-09-28Add support for turning mdast to hastLibravatar Titus Wormer1-3/+5
2022-09-26Add support for compiling to mdastLibravatar Titus Wormer1-1/+16
2022-09-19Add support for parsing MDX ESM, expressionsLibravatar Titus Wormer1-150/+131
2022-09-09Add mdx expression (flow, text)Libravatar Titus Wormer1-0/+234