aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add all commonmark testsLibravatar Titus Wormer2022-07-151-0/+9142
* Fix annoying bug around virtual spaces in containersLibravatar Titus Wormer2022-07-151-6/+5
* Fix lazy first line in code (fenced)Libravatar Titus Wormer2022-07-151-1/+0
* Fix two more list bugsLibravatar Titus Wormer2022-07-142-17/+15
* Fix interrupting sibling list itemsLibravatar Titus Wormer2022-07-141-43/+36
* Fix html (flow) whitespace againLibravatar Titus Wormer2022-07-141-44/+40
* Add support for container stateLibravatar Titus Wormer2022-07-142-235/+198
* Fix a bunch of container thingsLibravatar Titus Wormer2022-07-144-100/+99
* Fix lists in lists and some other bugsLibravatar Titus Wormer2022-07-131-43/+37
* Fix to close containers before several (blank) line endingsLibravatar Titus Wormer2022-07-133-44/+37
* Fix some issues around empty listsLibravatar Titus Wormer2022-07-123-67/+71
* Fix to prefer thematic breaks over listsLibravatar Titus Wormer2022-07-123-49/+41
* Fix a lot of list thingsLibravatar Titus Wormer2022-07-127-356/+408
* Add initial support for listsLibravatar Titus Wormer2022-07-127-42/+616
* Add support for lazy linesLibravatar Titus Wormer2022-07-117-91/+81
* Fix block quote bugsLibravatar Titus Wormer2022-07-113-33/+28
* Add tests for matching identifiers w/ turkish `i`Libravatar Titus Wormer2022-07-111-0/+25
* Fix bug around forcibly closed flow exitsLibravatar Titus Wormer2022-07-082-25/+21
* Fix interrupting when exiting containersLibravatar Titus Wormer2022-07-081-6/+5
* Fix container bug due to attemptsLibravatar Titus Wormer2022-07-083-13/+12
* Add improved container enter/exit mechanismLibravatar Titus Wormer2022-07-082-10/+9
* Fix closing of flow when exiting containersLibravatar Titus Wormer2022-07-085-70/+59
* Add support for concrete constructsLibravatar Titus Wormer2022-07-083-20/+17
* Add basic support for block quotesLibravatar Titus Wormer2022-07-0710-203/+394
* Fix misnested attentionLibravatar Titus Wormer2022-07-051-12/+10
* Fix interleaving of attention/labelLibravatar Titus Wormer2022-07-053-30/+25
* Fix resizing attention bugLibravatar Titus Wormer2022-07-053-77/+68
* Fix opening/closing tag order of nested attentionLibravatar Titus Wormer2022-07-041-36/+31
* Fix some attention bugsLibravatar Titus Wormer2022-07-041-252/+210
* Add more tests for attentionLibravatar Titus Wormer2022-07-041-0/+877
* Add support for attention (emphasis, strong)Libravatar Titus Wormer2022-07-0410-236/+203
* Make paragraphs really fastLibravatar Titus Wormer2022-07-0112-24/+22
* Add support for trimming whitespace around string, textLibravatar Titus Wormer2022-06-3013-142/+120
* Add support for stripping tags in image `alt`Libravatar Titus Wormer2022-06-303-27/+24
* Fix to prefer resource when givenLibravatar Titus Wormer2022-06-301-6/+11
* Add tests for link (reference)Libravatar Titus Wormer2022-06-301-0/+402
* Refactor to enable more image testsLibravatar Titus Wormer2022-06-301-62/+60
* Fix a bunch of bugs with definitions, referencesLibravatar Titus Wormer2022-06-291-77/+71
* Add support for compiling definitionsLibravatar Titus Wormer2022-06-293-160/+136
* Fix jumps in `edit_map`Libravatar Titus Wormer2022-06-281-5/+6
* Add link, images (resource)Libravatar Titus Wormer2022-06-247-274/+951
* Make data a constructLibravatar Titus Wormer2022-06-211-1/+1
* Add support for inferring line ending, configurableLibravatar Titus Wormer2022-06-2111-18/+244
* Add support for BOMLibravatar Titus Wormer2022-06-202-9/+9
* Fix bug with tabsLibravatar Titus Wormer2022-06-202-54/+45
* Add some more enabled testsLibravatar Titus Wormer2022-06-201-68/+58
* Add support for line endings in stringLibravatar Titus Wormer2022-06-201-1/+1
* Add improved whitespace handlingLibravatar Titus Wormer2022-06-201-1/+1
* Add support for definitionsLibravatar Titus Wormer2022-06-173-2/+448
* Add heading (setext)Libravatar Titus Wormer2022-06-165-19/+295