aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mdx_jsx_text.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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