aboutsummaryrefslogtreecommitdiffstats
path: root/tests/character_reference.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-6/+6
2022-10-13Add tests for numeric character references in mdastLibravatar Titus Wormer1-5/+5
2022-10-13Rename crate to `markdown`Libravatar Titus Wormer1-34/+34
2022-10-11Refactor to use a bunch of `into`Libravatar Titus Wormer1-1/+1
2022-10-06Refactor to split parse from compile optionsLibravatar Titus Wormer1-6/+13
2022-09-28Add support for turning mdast to hastLibravatar Titus Wormer1-2/+4
2022-09-26Add support for compiling to mdastLibravatar Titus Wormer1-5/+24
2022-09-07Add support for recoverable syntax errorsLibravatar Titus Wormer1-7/+7
2022-08-18Add `pretty_assertions` to tests for diffsLibravatar Titus Wormer1-0/+1
2022-07-18Add support for turning off constructsLibravatar Titus Wormer1-16/+22
2022-07-15Fix to use single array for character referencesLibravatar Titus Wormer1-1/+1
2022-07-12Fix a lot of list thingsLibravatar Titus Wormer1-6/+5
2022-07-12Add initial support for listsLibravatar Titus Wormer1-1/+1
2022-07-04Add support for attention (emphasis, strong)Libravatar Titus Wormer1-6/+5
2022-07-01Make paragraphs really fastLibravatar Titus Wormer1-1/+1
2022-06-29Add support for compiling definitionsLibravatar Titus Wormer1-6/+5
2022-06-24Add link, images (resource)Libravatar Titus Wormer1-13/+11
2022-06-21Add support for inferring line ending, configurableLibravatar Titus Wormer1-2/+3
2022-06-20Add support for line endings in stringLibravatar Titus Wormer1-1/+1
2022-06-17Add support for definitionsLibravatar Titus Wormer1-1/+1
2022-06-15Add code (text)Libravatar Titus Wormer1-6/+5
2022-06-15Add tests for character referenceLibravatar Titus Wormer1-0/+204