Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-11-10 | Remove unneeded `extern crate`s | Hocdoc | 1 | -1/+0 |
2022-10-28 | Fix GFM tables to require a non-pipe in header row | Titus Wormer | 1 | -0/+18 |
2022-10-14 | Refactor to use default trait in tests | Titus Wormer | 1 | -107/+77 |
2022-10-13 | Remove some unused code in gfm tables | Titus Wormer | 1 | -0/+19 |
2022-10-13 | Rename crate to `markdown` | Titus Wormer | 1 | -67/+67 |
2022-10-11 | Refactor to use a bunch of `into` | Titus Wormer | 1 | -11/+11 |
2022-10-06 | Refactor to split parse from compile options | Titus Wormer | 1 | -30/+72 |
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/+131 |
2022-09-19 | Add support for parsing MDX ESM, expressions | Titus Wormer | 1 | -2/+4 |
2022-09-14 | Fix to prefer flow over definitions, setext headings | Titus Wormer | 1 | -0/+6 |
2022-09-07 | Add support for recoverable syntax errors | Titus Wormer | 1 | -64/+62 |
2022-08-31 | Add support for GFM tables | Titus Wormer | 1 | -0/+1782 |