markdown-it-rust / markdown-it

markdown-it js library rewritten in rust
Other
79 stars 9 forks source link

Strikethrough fails GFM spec 493 #29

Open chrisjsewell opened 1 year ago

chrisjsewell commented 1 year ago

As per https://github.github.com/gfm/#example-493, and demonstrated below:

this is ~~indeed~~ a strikethrough
this is ~~~not~~~ a strikethrough

this is indeed a strikethrough this is ~not~ a strikethrough

markdown-it creates a strikethrough for the three tildes