showdownjs / showdown

A bidirectional Markdown to HTML to Markdown converter written in Javascript
http://www.showdownjs.com/
MIT License
14.26k stars 1.56k forks source link

Tag script is bug? #841

Closed xiaofei9070 closed 2 years ago

xiaofei9070 commented 3 years ago

Tag script is bug?

obedm503 commented 3 years ago

wat.jpg

spam?

xiaofei9070 commented 3 years ago

script tag is not in pre code,this ‘ ’ can run

obedm503 commented 3 years ago

Can you show what input you're giving the parser, what output it gave you, and what output were you expecting?

xiaofei9070 commented 3 years ago
var converter = new showdown.Converter({tables: true});
    console.log(converter.makeHtml('~~test~~'))

Result is <p>~~test~~</p> This result should <del>test</del>

obedm503 commented 3 years ago

Ensure that strikethrough: true is set. demo seems to be working fine

xiaofei9070 commented 3 years ago

Thank you, This link can't open

obedm503 commented 3 years ago

@xiaofei9070 is this still an problem? If not, can you close the issue?