micromark / common-markup-state-machine

CMSM: Common markup state machine
49 stars 0 forks source link

GFM extension: strikethrough #10

Closed wooorm closed 3 years ago

wooorm commented 5 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)
wooorm commented 3 years ago

https://github.com/micromark/micromark-extension-gfm-strikethrough