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