aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mdx_jsx_text.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-13Update tests for changes in `swc`Libravatar Titus Wormer1-4/+2
2022-11-25Remove unneeded testsLibravatar Titus Wormer1-1/+1
2022-11-10Remove unneeded `extern crate`sLibravatar Hocdoc1-1/+0
2022-10-14Refactor to use default trait in testsLibravatar Titus Wormer1-17/+8
2022-10-13Add more tests for whitespace in jsx tagsLibravatar Titus Wormer1-0/+72
2022-10-13Rename crate to `markdown`Libravatar Titus Wormer1-141/+139
2022-10-11Refactor to use a bunch of `into`Libravatar Titus Wormer1-42/+36
2022-10-11Add support for proper positional info in swc treeLibravatar Titus Wormer1-2/+8
2022-10-06Refactor to split parse from compile optionsLibravatar Titus Wormer1-26/+38
2022-10-06Add support for HTML 4 character references in JSX attributesLibravatar Titus Wormer1-0/+91
2022-09-28Add support for turning mdast to hastLibravatar Titus Wormer1-3/+5
2022-09-26Add support for compiling to mdastLibravatar Titus Wormer1-1/+273
2022-09-19Add support for parsing MDX ESM, expressionsLibravatar Titus Wormer1-48/+48
2022-09-09Add docs for mdx expressionsLibravatar Titus Wormer1-1/+1
2022-09-09Add support for mdx attribute (value) expressionsLibravatar Titus Wormer1-160/+142
2022-09-08Add support for mdx jsx (flow)Libravatar Titus Wormer1-0/+24
2022-09-08Add tests for mdx jsx (text)Libravatar Titus Wormer1-0/+821