showdownjs / showdown

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

Is there any invalid input checks on unclosed HTML tags? #931

Open kospl opened 2 years ago

kospl commented 2 years ago

It looks like showdown tries to fix invalid HTML by adding closing tags.

It produces undesired result. Is there any possible option to validate input and return error if input is invalid HTML/MD?

Demo: http://demo.showdownjs.com/#!/Look%20at%20%3Ccode%3E%20section