pelican-pandoc-reader/README.md

38 lines
662 B
Markdown
Raw Normal View History

2014-03-26 10:18:33 +00:00
pandoc_reader
=============
A pandoc markdown reader plugin for pelican
2014-03-26 10:35:07 +00:00
Requirements
------------
- [pypandoc]
- [pandoc] in $PATH
Installation
------------
Instructions for installation of pelican plugins can be obtained here: [manual](https://github.com/getpelican/pelican-plugins/blob/master/Readme.rst)
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',
]
[pandoc]: http://johnmacfarlane.net/pandoc/
[pypandoc]: https://github.com/bebraw/pypandoc