Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-11-10 | Remove unneeded `extern crate`s | Hocdoc | 1 | -1/+0 |
2022-10-25 | Fix lists in MDX | Titus Wormer | 1 | -0/+6 |
2022-10-14 | Refactor to use default trait in tests | Titus Wormer | 1 | -15/+12 |
2022-10-14 | Add some more tests on mdx and indented code | Titus Wormer | 1 | -0/+18 |
2022-10-13 | Add test for mdx and indented code | Titus Wormer | 1 | -0/+19 |
2022-10-13 | Rename crate to `markdown` | Titus Wormer | 1 | -36/+32 |
2022-10-11 | Refactor to use a bunch of `into` | Titus Wormer | 1 | -1/+1 |
2022-10-11 | Add support for proper positional info in swc tree | Titus Wormer | 1 | -1/+2 |
2022-10-06 | Refactor to split parse from compile options | Titus Wormer | 1 | -9/+18 |
2022-09-28 | Add support for turning mdast to hast | Titus Wormer | 1 | -3/+5 |
2022-09-26 | Add support for compiling to mdast | Titus Wormer | 1 | -1/+16 |
2022-09-19 | Add support for parsing MDX ESM, expressions | Titus Wormer | 1 | -150/+131 |
2022-09-09 | Add mdx expression (flow, text) | Titus Wormer | 1 | -0/+234 |