769343db0bcb5b557a4a87bcb300273f7f188585
				
			
			
		
	This makes the PandocReader the default markdown reader for all markdown extensions not just "md"
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',
]
Contributing
- Fork it
 - Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
 
Description
				
					Languages
				
				
								
								
									Python
								
								100%