Using reStructuredText in Marked

Contributed by Matt Robenolt:

First, install Python's docutils package.

 $ sudo pip install docutils

In Marked, set the custom processor path to:

 /usr/local/bin/rst2html.py

with the additional arguments set to:

 --no-xml-declaration --stylesheet=

The empty = is intentional. By default, rst2html.py embeds an inline stylesheet to the document. This removes it and allows Marked's built-in stylesheets to control the preview output.