fletcher / MultiMarkdown-4

This project is now deprecated. Please use MultiMarkdown-6 instead!
https://github.com/fletcher/MultiMarkdown-5
Other
306 stars 59 forks source link

Can you add support strikethrough text? #130

Closed Skif-off closed 9 years ago

Skif-off commented 9 years ago

GitHub Flavored Markdown adds syntax to create strikethrough text:

~~Mistaken text.~~

Mistaken text.

fletcher commented 9 years ago

MMD handles strikethroughs via the CriticMarkup approach -- this is a different approach, but I believe that in general, it's a better one. Please see the User's Guide for more information. At this time, I do not anticipate adding generic strike through support like GFM.

http://fletcher.github.io/MultiMarkdown-4/criticmarkup.html