aboutsummaryrefslogtreecommitdiffstats
path: root/tests/commonmark.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-12-13Replace build script with private crateLibravatar Titus Wormer1-1/+1
Closes GH-34. Closes GH-35.
2022-11-10Remove unneeded `extern crate`sLibravatar Hocdoc1-1/+0
Closes GH-28. Co-authored-by: Bernhard Berger <bernhardberger3456@gmail.com>
2022-10-13Rename crate to `markdown`Libravatar Titus Wormer1-654/+654
2022-10-06Refactor to split parse from compile optionsLibravatar Titus Wormer1-3/+6
2022-09-26Add support for compiling to mdastLibravatar Titus Wormer1-1/+1
See: <https://github.com/syntax-tree/mdast>.
2022-09-07Add support for recoverable syntax errorsLibravatar Titus Wormer1-653/+655
2022-08-18Add `pretty_assertions` to tests for diffsLibravatar Titus Wormer1-0/+1
2022-07-18Add support for turning off constructsLibravatar Titus Wormer1-1310/+3266
2022-07-18Change to enable build script for commonmark tests againLibravatar Titus Wormer1-653/+653
2022-07-18Fix edge case in identifier normalizationLibravatar Titus Wormer1-10/+9
2022-07-18Fix final bug with lazinessLibravatar Titus Wormer1-152/+142
2022-07-15Fix interrupting of ordered itemsLibravatar Titus Wormer1-11/+10
2022-07-15Fix some final eol bugsLibravatar Titus Wormer1-54/+49
2022-07-15Fix formatting of `commonmark` testsLibravatar Titus Wormer1-4392/+2464
2022-07-15Fix to use single array for character referencesLibravatar Titus Wormer1-12/+14
2022-07-15Add all commonmark testsLibravatar Titus Wormer1-0/+9142