. ~~Strikeout~~ .

Strikeout

. These are not strikeouts, you have to use exactly two "~~": . x ~~~foo~~~ x ~~foo~~~ x ~~~foo~~ .

x ~~~foo~~~

x ~~foo~~~

x ~~~foo~~

. 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~~ ~~f **o ~~o b~~ a** r~~ .

foo bar baz

f o o b a r

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

foo ~~ bar ~~ baz

.