aboutsummaryrefslogtreecommitdiff
path: root/scripts/pandoc.py
AgeCommit message (Collapse)AuthorFilesLines
2013-08-18Removed scripts directory.John MacFarlane1-75/+0
This has been put in its own github repo: https://github.com/jgm/pandoc-filters-python
2013-08-14pandoc.py: Fixed bug for {}, removed rawInline, rawBlock.John MacFarlane1-19/+12
2013-08-14Commented python modules/sample scripts.John MacFarlane1-0/+33
2013-08-13Added module for writing python scripts, with several examples.John MacFarlane1-0/+49
See scripts subdirectory.