AtlatestRepositorysigil-markdown
1# Code and link edge cases
2
3Empty backticks `` and single ` tick alone.
4Unclosed `code to end of line here.
5Code `with * and _ and [ ] and ! and \ inside` literal.
6Adjacent `one``two` codes and `a`b`c` pattern.
7Code at end of line `tail`
8Backtick then text `x plain after.
9
10Link [text](http://example.com) normal.
11Link no close paren [text](http://example.com and text.
12Link empty [](url) and [text]() empty url.
13Link [text with `code` inside](url) literal text.
14Bracket [not a link] with no paren after.
15Bracket [not a link] (space before paren) here.
16Nested [outer [inner] outer](url) brackets.
18Image ![alt](src.png) normal.
19Image empty ![](src.png) no alt.
20Image ![alt]() no src.
21Image no paren ![alt] here.
22Bang alone ! and bang bracket ![x] no paren.
23Bang text a!b!c no brackets.
25Backslash at very end \
26Escaped bracket \[not link\] and escaped bang \![not image\].
27Double backslash \\ then text.