mgmarkdown

Markdown converter with personal extensions


License
GPL-2.0+
Install
pip install mgmarkdown==1.1.0

Documentation

mgmarkdown

mgmarkdown is a personalized markdown processor, building upon the Python Markdown Package and extending it with the math capabilities of the render_math plugin for the Pelican blogging system. The codehilite, extra, headerid, toc, and meta Markdown extensions are enabled.

It is intended to generate previews of markdown articles for http://michaelgoerz.net. Thus, the generated html will match the style of that site.

Prerequisites

pip install markdown

Installation

pip install mgmarkdown

This will install the mgmarkdown script on your system

Usage

See mgmarkdown --help