aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/gfm_table.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor to always resolve edit mapsLibravatar Titus Wormer2022-10-291-0/+1
* Fix GFM tables to require a non-pipe in header rowLibravatar Titus Wormer2022-10-281-7/+21
* Fix GFM tables interfering with other constructsLibravatar Titus Wormer2022-10-261-0/+2
* Remove some unused code in gfm tablesLibravatar Titus Wormer2022-10-131-27/+7
* Add support for turning mdast to hastLibravatar Titus Wormer2022-09-281-3/+3
* Fix to prefer flow over definitions, setext headingsLibravatar Titus Wormer2022-09-141-32/+29
* Fix to implement GFM autolink literals exactlyLibravatar Titus Wormer2022-09-051-1/+1
* Add support for GFM tablesLibravatar Titus Wormer2022-08-311-0/+1042