aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gfm_footnote.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add test for non-empty blank lines in footnotesLibravatar Titus Wormer2022-10-131-0/+17
* Rename crate to `markdown`Libravatar Titus Wormer2022-10-131-55/+55
* Refactor to use a bunch of `into`Libravatar Titus Wormer2022-10-111-12/+12
* Refactor to split parse from compile optionsLibravatar Titus Wormer2022-10-061-12/+35
* Add support for turning mdast to hastLibravatar Titus Wormer2022-09-281-2/+4
* Add support for compiling to mdastLibravatar Titus Wormer2022-09-261-1/+44
* Fix whitespace in GFM footnote definition identifiersLibravatar Titus Wormer2022-09-121-109/+177
* Add support for recoverable syntax errorsLibravatar Titus Wormer2022-09-071-50/+53
* Add support for GFM footnotesLibravatar Titus Wormer2022-08-251-0/+1530