mkdwn

Conversion options for working with Markdown in Python.

Demonstrates the markdown module and the pypandoc module.

mkdwn.directmkdown(mdfile)[source]

Convert MD file to HTML using markdown module and tables extension.

mkdwn.mkdown(mdtext)[source]

Convert MD to HTML using the markdown module and tables extension.

mkdwn.mkpandoc(mkstring)[source]

Convert MD to RST using the pypandoc module.

mkdwn.output(htmlfile, html)[source]

Write html to file.

mkdwn.source(mdfile)[source]

Open a file containing example MD text.

mkdwn.test_directmkdown()[source]

Test directmkdown.

mkdwn.test_mkdown()[source]

Test mkdown.

mkdwn.test_mkpandoc()[source]

Test pandoc.

mkdwn.test_output()[source]

Test output.

mkdwn.test_source()[source]

Test source.