Marked: Support Strikethrough?

Created on 22 May 2012  路  6Comments  路  Source: markedjs/marked

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.

Most helpful comment

Right. Don't know how I missed this. Will add it eventually.

~~testing~~

testing

All 6 comments

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

Apologies if i'm reporting this at wrong place, not sure if github.io is also using marked.js but this is the most close I have found for my problem here The strikethrough doesn't work with the tildes
image

Ideas to fix this?
Here is my JS, could this be conflicting it in some way?

@p00j4 It looks like you are just using HTML not markdown. If you change ~~me~~ to <del>me</del> it should work.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

UziTech picture UziTech  路  4Comments

elennaro picture elennaro  路  4Comments

chunhei2008 picture chunhei2008  路  3Comments

eGavr picture eGavr  路  4Comments

priyesh-diukar picture priyesh-diukar  路  3Comments