mdiep / MMMarkdown

An Objective-C framework for converting Markdown to HTML.
MIT License
1.25k stars 168 forks source link

Request ability to disable html pass through #123

Open jpgoldberg opened 6 years ago

jpgoldberg commented 6 years ago

I would like to ensure that the resulting output is strict and safe, and so would like to have an option which just eats all html (whether inline or block) in the source without passing it through to the result.