AtlatestRepositorysigil-markdown
sigil-markdown / tree / bench / corpusinline-edge.md
1
# Inline edge cases3
Stray asterisk * in the middle and a lone ! bang and a lone _ underscore.4
A trailing asterisk word* and *leading and mid*dle and un_der_score words.5
Bang before bracket ![not an image because no paren] and  real.6
Escaped \* star, escaped \_ under, escaped \` tick, escaped \\ backslash.8
Text with `code with * and _ and [ inside` should stay literal.9
Bold **with `code` and *should this nest* inside** end.10
Italic *with [a link](x) inside* and _with `code`_ too.12
Empty emphasis ** ** and __ __ and lone ** at start.13
Link [text](http://example.com/path?a=1&b=2) with query.14
Image  inline.16
A run of specials: *_`[!\ mixed together.17
Multiple **bold** words **again** and *em* then *em2* close together.19
Unclosed **bold never closes here.20
Unclosed *italic and `code both dangle.22
Consecutive[[wikilink]]-style double brackets and normal [link](u).23
Numbers 1234567890 and symbols !@#$%^&()+=~ with no markup.