Go to file
Hinrich B. Winther 5a181592b7 Update README.md
2014-04-02 10:49:14 +02:00
__init__.py added actual code 2014-03-26 11:35:27 +01:00
.gitignore change the cwd to content dir before running pandoc 2014-03-26 11:59:49 +01:00
pandoc_reader.py use pelican_open in order to read the file 2014-03-30 16:02:53 +02:00
README.md Update README.md 2014-04-02 10:49:14 +02:00

pandoc_reader

A pandoc markdown reader plugin for pelican

Requirements

Installation

Instructions for installation of pelican plugins can be obtained from the pelican plugin manual.

Configuration

Additional command line parameters can be passed to pandoc via the PANDOC_ARGS parameter.

PANDOC_ARGS = [
  '--mathjax',
  '--smart',
  '--toc',
  '--toc-depth=2',
  '--number-sections',
]