. ~~Strikeout~~ .

Strikeout

. Strikeouts have the same priority as emphases: . **~~test**~~ ~~**test~~** .

~~test~~

**test**

. Strikeouts have the same priority as emphases with respect to links: . [~~link]()~~ ~~[link~~]() .

~~link~~

~~link~~

. Strikeouts have the same priority as emphases with respect to backticks: . ~~`code~~` `~~code`~~ .

~~code~~

~~code~~

. Nested strikeouts: . ~~foo ~~bar~~ baz~~ .

foo bar baz

. . ~~f **o ~~o b~~ a** r~~ .

f o o b a r

. Should not have a whitespace between text and "~~": . foo ~~ bar ~~ baz .

foo ~~ bar ~~ baz

. Newline should be considered a whitespace: . ~~test ~~ ~~ test~~ ~~ test ~~ .

~~test ~~

~~ test~~

~~ test ~~

.