### 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 #527 - meta tags in inline contexts ```````````````````````````````` example City: .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>
```````````````````````````````` Issue #334 - UTF-8 BOM ```````````````````````````````` example # Hi .**Helloworld
```````````````````````````````` Issue #424 - emphasis before links ```````````````````````````````` example *text* [link](#section) .text link
```````````````````````````````` ` . ```````````````````````````````` Declarations don't need spaces, according to the spec ```````````````````````````````` example x .x
```````````````````````````````` An underscore that is not part of a delimiter should not prevent another pair of underscores from forming part of their own. ```````````````````````````````` example __!_!__ __!x!__ **!*!** --- _*__*_* _*xx*_* _*__-_- _*xx-_- .!_!
!x!
!*!
__*
xx*
*__--
*xx--
```````````````````````````````` commonmark.js #277: ```````````````````````````````` example ```language-r x <- 1 ``` ```r x <- 1 ``` .x <- 1
x <- 1
````````````````````````````````
https://github.com/commonmark/commonmark.js/issues/283
```````````````````````````````` example
x
x
.
x
x<!>
```````````````````````````````` Case fold test ```````````````````````````````` example [link][µÓĐĹŠƆƦǏǶȜɆΓΨϪЇЛЯҎҶӞԆԮՄႠႴᏸᲕᲩᲿḦṎṶẚỂỪἙἿὭᾑᾥᾼῢΩↃⓉⰍⰡⱩⲔⲼⳫꙢꜢꝌꝽꞪꟇꭾꮒꮦꮺCW𐐐𐐤𐓀𐕰𐖅𐲅𐲙𐲭𑢮𖹂𖹖𞤊𞤞] [μóđĺšɔʀǐƕȝɇγψϫїляҏҷӟԇԯմⴀⴔᏰვჩჿḧṏṷaʾểừἑἷὥἡιὥιαιῢωↄⓣⰽⱑⱪⲕⲽⳬꙣꜣꝍᵹɦꟈᎮᏂᏖᏪcw𐐸𐑌𐓨𐖗𐖬𐳅𐳙𐳭𑣎𖹢𖹶𞤬𞥀]: /url . ```````````````````````````````` https://github.com/commonmark/cmark/issues/548 ```````````````````````````````` example () .()
````````````````````````````````