Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-10-11 | Refactor to use a bunch of `into` | Titus Wormer | 1 | -1/+1 | |
2022-10-06 | Refactor to split parse from compile options | Titus Wormer | 1 | -4/+10 | |
2022-09-28 | Add support for turning mdast to hast | Titus Wormer | 1 | -2/+4 | |
2022-09-26 | Add support for compiling to mdast | Titus Wormer | 1 | -1/+35 | |
See: <https://github.com/syntax-tree/mdast>. | |||||
2022-09-09 | Add support for mdx attribute (value) expressions | Titus Wormer | 1 | -10/+25 | |
2022-09-09 | Add mdx expression (flow, text) | Titus Wormer | 1 | -5/+5 | |
2022-09-08 | Add support for mdx jsx (flow) | Titus Wormer | 1 | -0/+130 | |