A pandoc markdown reader plugin for pelican
Instructions for installation of pelican plugins can be obtained from the pelican plugin manual.
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's markdown extensions can be enabled or disabled via the PANDOC_EXTENSIONS parameter.
PANDOC_EXTENSIONS = [
'+hard_line_breaks',
'-citations'
]
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)