aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gfm_strikethrough.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-10Remove unneeded `extern crate`sLibravatar Hocdoc1-1/+0
2022-10-14Refactor to use default trait in testsLibravatar Titus Wormer1-27/+17
2022-10-13Rename crate to `markdown`Libravatar Titus Wormer1-18/+18
2022-10-11Refactor to use a bunch of `into`Libravatar Titus Wormer1-3/+3
2022-10-06Refactor to split parse from compile optionsLibravatar Titus Wormer1-7/+16
2022-09-28Add support for turning mdast to hastLibravatar Titus Wormer1-2/+4
2022-09-26Add support for compiling to mdastLibravatar Titus Wormer1-1/+32
2022-09-07Add support for recoverable syntax errorsLibravatar Titus Wormer1-14/+16
2022-08-22Add support for GFM strikethroughLibravatar Titus Wormer1-0/+387