aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mdx_expression_flow.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix lists in MDXLibravatar Titus Wormer2022-10-251-0/+6
* Refactor to use default trait in testsLibravatar Titus Wormer2022-10-141-15/+12
* Add some more tests on mdx and indented codeLibravatar Titus Wormer2022-10-141-0/+18
* Add test for mdx and indented codeLibravatar Titus Wormer2022-10-131-0/+19
* Rename crate to `markdown`Libravatar Titus Wormer2022-10-131-36/+32
* Refactor to use a bunch of `into`Libravatar Titus Wormer2022-10-111-1/+1
* Add support for proper positional info in swc treeLibravatar Titus Wormer2022-10-111-1/+2
* Refactor to split parse from compile optionsLibravatar Titus Wormer2022-10-061-9/+18
* Add support for turning mdast to hastLibravatar Titus Wormer2022-09-281-3/+5
* Add support for compiling to mdastLibravatar Titus Wormer2022-09-261-1/+16
* Add support for parsing MDX ESM, expressionsLibravatar Titus Wormer2022-09-191-150/+131
* Add mdx expression (flow, text)Libravatar Titus Wormer2022-09-091-0/+234