Binary package “python3-markups” in ubuntu trusty

Wrapper around various text markups, implemented in Python 3

 This module provides a wrapper around the various text markup languages,
 such as Markdown and reStructuredText (these two are supported by default).
 .
 It is also possible to implement custom markups (inherited from AbstractMarkup
 class).
 .
 It also comes with a "web" module that allows one to generate web pages using
 from HTML template file and a set of files with content.