pelican-commonmark

Pelican plugin that replaces the markdown reader with one that uses the Python parser for CommonMark

Downloads
57
Stars
9
Committers
2

CommonMark for Pelican

This reader plugin replaces the markdown reader with one that uses the Python parser for CommonMark.

It is useful if you want to use the CommonMark way of parsing markdown inside non-trivial nested HTML tags. It is not useful if you want to use the extensions available to the python markdown parser.

Installation

pip install pelican-commonmark

Add/update the PLUGINS variable in your pelicanconf.py:

PLUGINS = [
    ...
    "pelican_commonmark",
    ...
]

LICENSE

BSD