wrapper around various text markup languages
Python-Markups is a module that provides unified interface for using various markup languages, such as Markdown, reStructuredText, Textile and AsciiDoc. It is also possible for clients to create and register their own markup languages. The output language Python-Markups works with is HTML. Stylesheets and JavaScript sections are supported.
Homepage: https://pymarkups.readthedocs.io/
Maintainer: Pedro Almeida <palmeida@monkeys.pt>