### Regression tests Issue #113: EOL character weirdness on Windows (Important: first line ends with CR + CR + LF) ```````````````````````````````` example line1 line2 .
line1
line2
```````````````````````````````` Issue #114: cmark skipping first character in line (Important: the blank lines around "Repeatedly" contain a tab.) ```````````````````````````````` example By taking it apart - alternative solutions → Repeatedly solving → - how techniques .By taking it apart
Repeatedly solving
a*b c
```````````````````````````````` Issue #193 - unescaped left angle brackets in link destination ```````````````````````````````` example [a] [a]:[a]
[a]: <te
[a](te\ st)
```````````````````````````````` Issue github/github#76615: multiple delimiter combinations gets sketchy ```````````````````````````````` example strikethrough ~~**_`this`_**~~ ~~***`this`***~~ ~~___`this`___~~ **_`this`_** ***`this`*** ___`this`___ ~~**_this_**~~ ~~***this***~~ ~~___this___~~ **_this_** ***this*** ___this___ .this
this
this
this
this
this
this
this
this
this
this
this
City:
```````````````````````````````` cmark-gfm strikethrough rules ```````````````````````````````` example strikethrough ~Hi~ Hello, world! .Hi Hello, world!
This text is ~~~curious~~~.
A footnote in a paragraph1
Column1 | Column2 |
---|---|
foot 1 | note |
a footnote ↩
City:
```````````````````````````````` Issue #530 - link parsing corner cases ```````````````````````````````` example [a](\ b) [a](<[a](\ b)[a](<<b)
[a](<b )
```````````````````````````````` Issue commonmark#526 - unescaped ( in link title ```````````````````````````````` example [link](url ((title)) .[link](url ((title))
```````````````````````````````` Issue commonamrk#517 - script, pre, style close tag without opener. ```````````````````````````````` example . ```````````````````````````````` Issue #289. ```````````````````````````````` example [a]( .[a](<b) c>
```````````````````````````````` Pull request #128 - Buffer overread in tables extension ```````````````````````````````` example table | -| .| -|
````````````````````````````````