How to use the markdown2.markdown2 function in markdown2

To help you get started, we’ve selected a few markdown2 examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github davea / qlmarkdownpython / Plugin / QLMarkdown.py View on Github external
def convertText_(self, text):
        return markdown2.markdown(text)