aboutsummaryrefslogtreecommitdiffstats
path: root/tests/commonmark.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename crate to `markdown`Libravatar Titus Wormer2022-10-131-654/+654
* Refactor to split parse from compile optionsLibravatar Titus Wormer2022-10-061-3/+6
* Add support for compiling to mdastLibravatar Titus Wormer2022-09-261-1/+1
* Add support for recoverable syntax errorsLibravatar Titus Wormer2022-09-071-653/+655
* Add `pretty_assertions` to tests for diffsLibravatar Titus Wormer2022-08-181-0/+1
* Add support for turning off constructsLibravatar Titus Wormer2022-07-181-1310/+3266
* Change to enable build script for commonmark tests againLibravatar Titus Wormer2022-07-181-653/+653
* Fix edge case in identifier normalizationLibravatar Titus Wormer2022-07-181-10/+9
* Fix final bug with lazinessLibravatar Titus Wormer2022-07-181-152/+142
* Fix interrupting of ordered itemsLibravatar Titus Wormer2022-07-151-11/+10
* Fix some final eol bugsLibravatar Titus Wormer2022-07-151-54/+49
* Fix formatting of `commonmark` testsLibravatar Titus Wormer2022-07-151-4392/+2464
* Fix to use single array for character referencesLibravatar Titus Wormer2022-07-151-12/+14
* Add all commonmark testsLibravatar Titus Wormer2022-07-151-0/+9142