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