aboutsummaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-26Add support for math (text)Libravatar Titus Wormer1-0/+190
2022-08-25Add support for GFM footnotesLibravatar Titus Wormer1-0/+1530
2022-08-22Fix lazy paragraph after definitionLibravatar Titus Wormer3-0/+30
2022-08-22Add support for GFM task list itemLibravatar Titus Wormer1-0/+236
2022-08-22Add support for GFM strikethroughLibravatar Titus Wormer1-0/+387
2022-08-18Add support for GFM autolink literalsLibravatar Titus Wormer1-0/+256
2022-08-18Add `pretty_assertions` to tests for diffsLibravatar Titus Wormer32-0/+33
2022-08-16Add support for frontmatterLibravatar Titus Wormer1-0/+67
2022-08-15Refactor to rename list construct to list itemLibravatar Titus Wormer1-1/+1
2022-08-11Add improved container exit injectionLibravatar Titus Wormer1-0/+8
2022-08-09Add more tests for definitions and block quotesLibravatar Titus Wormer3-15/+21
2022-08-09Add another test for lazy fenced code and block quotesLibravatar Titus Wormer1-1/+7
2022-08-09Add some more tests for just line endingsLibravatar Titus Wormer1-0/+36
2022-08-01Fix bug on empty heading (atx)Libravatar Titus Wormer1-1/+7
2022-07-29Refactor to improve statesLibravatar Titus Wormer1-0/+6
2022-07-28Refactor to work on `char`sLibravatar Titus Wormer1-6/+0
2022-07-26Refactor to drastically improve perf around whitespaceLibravatar Titus Wormer1-6/+0
2022-07-22Refactor to remove unneeded tuples in every statesLibravatar Titus Wormer1-1/+1
2022-07-21Refactor performance around links in subtokenizeLibravatar Titus Wormer1-1/+7
2022-07-18Change to improve `default_line_ending` apiLibravatar Titus Wormer1-2/+2
2022-07-18Add support for turning off constructsLibravatar Titus Wormer25-1855/+3981
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 Wormer2-13/+15
2022-07-15Add all commonmark testsLibravatar Titus Wormer1-0/+9142
2022-07-15Fix annoying bug around virtual spaces in containersLibravatar Titus Wormer1-6/+5
2022-07-15Fix lazy first line in code (fenced)Libravatar Titus Wormer1-1/+0
2022-07-14Fix two more list bugsLibravatar Titus Wormer2-17/+15
2022-07-14Fix interrupting sibling list itemsLibravatar Titus Wormer1-43/+36
2022-07-14Fix html (flow) whitespace againLibravatar Titus Wormer1-44/+40
2022-07-14Add support for container stateLibravatar Titus Wormer2-235/+198
2022-07-14Fix a bunch of container thingsLibravatar Titus Wormer4-100/+99
2022-07-13Fix lists in lists and some other bugsLibravatar Titus Wormer1-43/+37
2022-07-13Fix to close containers before several (blank) line endingsLibravatar Titus Wormer3-44/+37
2022-07-12Fix some issues around empty listsLibravatar Titus Wormer3-67/+71
2022-07-12Fix to prefer thematic breaks over listsLibravatar Titus Wormer3-49/+41
2022-07-12Fix a lot of list thingsLibravatar Titus Wormer7-356/+408
2022-07-12Add initial support for listsLibravatar Titus Wormer7-42/+616
2022-07-11Add support for lazy linesLibravatar Titus Wormer7-91/+81
2022-07-11Fix block quote bugsLibravatar Titus Wormer3-33/+28
2022-07-11Add tests for matching identifiers w/ turkish `i`Libravatar Titus Wormer1-0/+25
2022-07-08Fix bug around forcibly closed flow exitsLibravatar Titus Wormer2-25/+21
2022-07-08Fix interrupting when exiting containersLibravatar Titus Wormer1-6/+5
2022-07-08Fix container bug due to attemptsLibravatar Titus Wormer3-13/+12
2022-07-08Add improved container enter/exit mechanismLibravatar Titus Wormer2-10/+9
2022-07-08Fix closing of flow when exiting containersLibravatar Titus Wormer5-70/+59