aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mdx_jsx_flow.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add some more tests on mdx and indented codeLibravatar Titus Wormer2022-10-141-0/+20
|
* Add test for broken jsx and containersLibravatar Titus Wormer2022-10-131-4/+13
|
* Add test for mdx and indented codeLibravatar Titus Wormer2022-10-131-0/+19
|
* Rename crate to `markdown`Libravatar Titus Wormer2022-10-131-22/+22
|
* Refactor to use a bunch of `into`Libravatar Titus Wormer2022-10-111-1/+1
|
* Refactor to split parse from compile optionsLibravatar Titus Wormer2022-10-061-4/+10
|
* Add support for turning mdast to hastLibravatar Titus Wormer2022-09-281-2/+4
|
* Add support for compiling to mdastLibravatar Titus Wormer2022-09-261-1/+35
| | | | See: <https://github.com/syntax-tree/mdast>.
* Add support for mdx attribute (value) expressionsLibravatar Titus Wormer2022-09-091-10/+25
|
* Add mdx expression (flow, text)Libravatar Titus Wormer2022-09-091-5/+5
|
* Add support for mdx jsx (flow)Libravatar Titus Wormer2022-09-081-0/+130