Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-11-10 | Remove unneeded `extern crate`s | Hocdoc | 1 | -1/+0 | |
Closes GH-28. Co-authored-by: Bernhard Berger <bernhardberger3456@gmail.com> | |||||
2022-10-14 | Refactor to use default trait in tests | Titus Wormer | 1 | -16/+10 | |
2022-10-14 | Add some more tests on mdx and indented code | Titus Wormer | 1 | -0/+20 | |
2022-10-13 | Add test for broken jsx and containers | Titus Wormer | 1 | -4/+13 | |
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 | -22/+22 | |
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 | |