Closed wooorm closed 3 years ago
The spec is pretty clear about strikethrough: it’s emphasis but then can only start and end with two tiles. EXCEPT!
Exhibit A through E:
alpha ~foo~ bravo ~~bar~~ charlie ~~~baz~~~ delta ~~echo ~foxtrot~ golf~~ hotel ~~india ~~juliett~~ kilo~~
alpha ~foo~
bravo bar
charlie ~baz~
delta echo ~foxtrot~ golf
hotel india ~~juliett kilo~~
Exhibit F:
~~~baz~~~
^-- Note this is an opening fenced code block line, that is not closed (hence why this text is part of it)
https://github.com/micromark/micromark-extension-gfm-strikethrough
The spec is pretty clear about strikethrough: it’s emphasis but then can only start and end with two tiles. EXCEPT!
Exhibit A through E:
alpha ~foo~
bravo
barcharlie
~baz~delta
echo ~foxtrot~ golfhotel
india ~~juliettkilo~~Exhibit F: