Any chance you could add support for strikethrough? I know it's not in the official Markdown spec but it's something I need for my application.
Just came across this issue as well. Clearly github flavored markdown doesn't support supports strike throughs. :)
Haha! Oh, I feel really silly excited now! Thanks
Oh oops, I see what you were saying @islandr now. Github supports strikethroughs but marked.js doesn't.
Right. Don't know how I missed this. Will add it eventually.
~~testing~~
testing
@p00j4 It looks like you are just using HTML not markdown. If you change ~~me~~ to <del>me</del> it should work.
Most helpful comment
Right. Don't know how I missed this. Will add it eventually.
~~testing~~testing