aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gfm_footnote.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | See: <https://github.com/syntax-tree/mdast>.
* Fix whitespace in GFM footnote definition identifiersLibravatar Titus Wormer2022-09-121-109/+177
| | | | | | * Fix a crash on line endings in footnote definitions * Fix to match spaces and tabs in identifiers to `cmark-gfm` * Fix order of one attribute
* Add support for recoverable syntax errorsLibravatar Titus Wormer2022-09-071-50/+53
|
* Add support for GFM footnotesLibravatar Titus Wormer2022-08-251-0/+1530