Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-10-14 | Add some more tests on mdx and indented code | 1 | -0/+20 | ||
2022-10-13 | Add test for broken jsx and containers | 1 | -4/+13 | ||
2022-10-13 | Add test for mdx and indented code | 1 | -0/+19 | ||
2022-10-13 | Rename crate to `markdown` | 1 | -22/+22 | ||
2022-10-11 | Refactor to use a bunch of `into` | 1 | -1/+1 | ||
2022-10-06 | Refactor to split parse from compile options | 1 | -4/+10 | ||
2022-09-28 | Add support for turning mdast to hast | 1 | -2/+4 | ||
2022-09-26 | Add support for compiling to mdast | 1 | -1/+35 | ||
See: <https://github.com/syntax-tree/mdast>. | |||||
2022-09-09 | Add support for mdx attribute (value) expressions | 1 | -10/+25 | ||
2022-09-09 | Add mdx expression (flow, text) | 1 | -5/+5 | ||
2022-09-08 | Add support for mdx jsx (flow) | 1 | -0/+130 | ||