How to use the pylanguagetool.converters.markdown2html function in pyLanguagetool

To help you get started, we’ve selected a few pyLanguagetool 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 Findus23 / pyLanguagetool / tests / test_converters.py View on Github external
def test_markdown2html():
    assert converters.markdown2html(markdown) == html
github Findus23 / pyLanguagetool / tests / test_converters.py View on Github external
def test_ipython_markdown2html():
    assert converters.markdown2html(ipython_markdown) == ipython_html