aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mdx_jsx_flow.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-14Add some more tests on mdx and indented codeLibravatar Titus Wormer1-0/+20
2022-10-13Add test for broken jsx and containersLibravatar Titus Wormer1-4/+13
2022-10-13Add test for mdx and indented codeLibravatar Titus Wormer1-0/+19
2022-10-13Rename crate to `markdown`Libravatar Titus Wormer1-22/+22
2022-10-11Refactor to use a bunch of `into`Libravatar Titus Wormer1-1/+1
2022-10-06Refactor to split parse from compile optionsLibravatar Titus Wormer1-4/+10
2022-09-28Add support for turning mdast to hastLibravatar Titus Wormer1-2/+4
2022-09-26Add support for compiling to mdastLibravatar Titus Wormer1-1/+35
2022-09-09Add support for mdx attribute (value) expressionsLibravatar Titus Wormer1-10/+25
2022-09-09Add mdx expression (flow, text)Libravatar Titus Wormer1-5/+5
2022-09-08Add support for mdx jsx (flow)Libravatar Titus Wormer1-0/+130