aboutsummaryrefslogtreecommitdiffstats
path: root/tests/link_reference.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-06Refactor to split parse from compile optionsLibravatar Titus Wormer1-10/+22
2022-09-28Add support for turning mdast to hastLibravatar Titus Wormer1-2/+4
2022-09-26Add support for compiling to mdastLibravatar Titus Wormer1-1/+72
2022-09-07Add support for recoverable syntax errorsLibravatar Titus Wormer1-4/+6
2022-08-18Add `pretty_assertions` to tests for diffsLibravatar Titus Wormer1-0/+1
2022-07-18Add support for turning off constructsLibravatar Titus Wormer1-20/+36
2022-07-05Fix interleaving of attention/labelLibravatar Titus Wormer1-12/+10
2022-07-05Fix resizing attention bugLibravatar Titus Wormer1-35/+33
2022-07-04Add support for attention (emphasis, strong)Libravatar Titus Wormer1-35/+33
2022-06-30Add support for trimming whitespace around string, textLibravatar Titus Wormer1-13/+11
2022-06-30Fix to prefer resource when givenLibravatar Titus Wormer1-6/+11
2022-06-30Add tests for link (reference)Libravatar Titus Wormer1-0/+402