aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mdx_expression_text.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor to use default trait in testsLibravatar Titus Wormer2022-10-141-9/+6
* Rename crate to `markdown`Libravatar Titus Wormer2022-10-131-43/+41
* Refactor to use a bunch of `into`Libravatar Titus Wormer2022-10-111-3/+3
* Add support for proper positional info in swc treeLibravatar Titus Wormer2022-10-111-2/+3
* 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/+29
* Add support for parsing MDX ESM, expressionsLibravatar Titus Wormer2022-09-191-214/+208
* Add mdx expression (flow, text)Libravatar Titus Wormer2022-09-091-0/+273