aboutsummaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-12Fix whitespace in GFM footnote definition identifiersLibravatar Titus Wormer1-109/+177
2022-09-09Add docs for mdx expressionsLibravatar Titus Wormer1-1/+1
2022-09-09Add support for mdx attribute (value) expressionsLibravatar Titus Wormer2-170/+167
2022-09-09Add mdx expression (flow, text)Libravatar Titus Wormer3-5/+512
2022-09-08Add support for mdx jsx (flow)Libravatar Titus Wormer2-0/+154
2022-09-08Add tests for mdx jsx (text)Libravatar Titus Wormer1-0/+821
2022-09-07Add support for recoverable syntax errorsLibravatar Titus Wormer40-1289/+1371
2022-09-05Add support for `mailto:`, `xmpp:` protocolsLibravatar Titus Wormer1-0/+43
2022-09-05Fix to implement GFM autolink literals exactlyLibravatar Titus Wormer1-2/+2440
2022-09-01Add support for GFM tagfilterLibravatar Titus Wormer1-0/+121
2022-08-31Add support for GFM tablesLibravatar Titus Wormer2-0/+1794
2022-08-26Add support for math (flow)Libravatar Titus Wormer2-30/+274
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