How to use the markdownify.__init__.MarkdownConverter function in markdownify

To help you get started, we’ve selected a few markdownify 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 matthewwithanm / python-markdownify / markdownify / __init__.py View on Github external
def markdownify(html, **options):
    return MarkdownConverter(**options).convert(html)

markdownify

Convert HTML to markdown.

MIT
Latest version published 3 months ago

Package Health Score

83 / 100
Full package analysis

Similar packages