aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gfm_table.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix GFM tables to require a non-pipe in header rowLibravatar Titus Wormer2022-10-281-0/+18
* Refactor to use default trait in testsLibravatar Titus Wormer2022-10-141-107/+77
* Remove some unused code in gfm tablesLibravatar Titus Wormer2022-10-131-0/+19
* Rename crate to `markdown`Libravatar Titus Wormer2022-10-131-67/+67
* Refactor to use a bunch of `into`Libravatar Titus Wormer2022-10-111-11/+11
* Refactor to split parse from compile optionsLibravatar Titus Wormer2022-10-061-30/+72
* Add support for turning mdast to hastLibravatar Titus Wormer2022-09-281-2/+4
* Add support for compiling to mdastLibravatar Titus Wormer2022-09-261-1/+131
* Add support for parsing MDX ESM, expressionsLibravatar Titus Wormer2022-09-191-2/+4
* Fix to prefer flow over definitions, setext headingsLibravatar Titus Wormer2022-09-141-0/+6
* Add support for recoverable syntax errorsLibravatar Titus Wormer2022-09-071-64/+62
* Add support for GFM tablesLibravatar Titus Wormer2022-08-311-0/+1782