aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gfm_footnote.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-81/+61
2022-10-13Add test for non-empty blank lines in footnotesLibravatar Titus Wormer1-0/+17
2022-10-13Rename crate to `markdown`Libravatar Titus Wormer1-55/+55
2022-10-11Refactor to use a bunch of `into`Libravatar Titus Wormer1-12/+12
2022-10-06Refactor to split parse from compile optionsLibravatar Titus Wormer1-12/+35
2022-09-28Add support for turning mdast to hastLibravatar Titus Wormer1-2/+4
2022-09-26Add support for compiling to mdastLibravatar Titus Wormer1-1/+44
2022-09-12Fix whitespace in GFM footnote definition identifiersLibravatar Titus Wormer1-109/+177
2022-09-07Add support for recoverable syntax errorsLibravatar Titus Wormer1-50/+53
2022-08-25Add support for GFM footnotesLibravatar Titus Wormer1-0/+1530