aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mdx_jsx_text.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for serializing trees as JSONLibravatar Kyle McCarthy2023-01-031-4/+10
* Update tests for changes in `swc`Libravatar Titus Wormer2022-12-131-4/+2
* Remove unneeded testsLibravatar Titus Wormer2022-11-251-1/+1
* Remove unneeded `extern crate`sLibravatar Hocdoc2022-11-101-1/+0
* Refactor to use default trait in testsLibravatar Titus Wormer2022-10-141-17/+8
* Add more tests for whitespace in jsx tagsLibravatar Titus Wormer2022-10-131-0/+72
* Rename crate to `markdown`Libravatar Titus Wormer2022-10-131-141/+139
* Refactor to use a bunch of `into`Libravatar Titus Wormer2022-10-111-42/+36
* Add support for proper positional info in swc treeLibravatar Titus Wormer2022-10-111-2/+8
* Refactor to split parse from compile optionsLibravatar Titus Wormer2022-10-061-26/+38
* Add support for HTML 4 character references in JSX attributesLibravatar Titus Wormer2022-10-061-0/+91
* Add support for turning mdast to hastLibravatar Titus Wormer2022-09-281-3/+5
* Add support for compiling to mdastLibravatar Titus Wormer2022-09-261-1/+273
* Add support for parsing MDX ESM, expressionsLibravatar Titus Wormer2022-09-191-48/+48
* Add docs for mdx expressionsLibravatar Titus Wormer2022-09-091-1/+1
* Add support for mdx attribute (value) expressionsLibravatar Titus Wormer2022-09-091-160/+142
* Add support for mdx jsx (flow)Libravatar Titus Wormer2022-09-081-0/+24
* Add tests for mdx jsx (text)Libravatar Titus Wormer2022-09-081-0/+821