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