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?
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?