showdownjs / showdown

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

[Question] makeMarkdown to strip non-formatting tags #712

Open abuyoyo opened 5 years ago

abuyoyo commented 5 years ago

Hi, I'm trying to use makeMarkdown() to create "clean" markdown. More specifically to strip any tags that don't have markdown equivalents. Similar to PHPLeague's HTML-to-Markdown options 'strip_tags' and 'hard_break'.

I've looked through the wiki and getOptions() functions but couldn't find anything similar. Is this possible through an extension/flavor with showdownjs?

jacksteves commented 4 years ago

Did you find a solution? Thanks.

jacksteves commented 4 years ago

I had luck with https://github.com/domchristie/turndown