Python-Markups module documentation

Introduction to Python-Markups

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.

The abstract interface that any markup implements is AbstractMarkup.

Contents