All I want to do is. . .
. . .convert files with pandoc.
Description: Some sample file conversions you can do with pandoc.
Contributors:
anschwa
Updated: 10/10/15
How to use pandoc
to make Wiki pages or simply convert from one file to another.
Regular HTML
pandoc -s example.txt -o example.html
MediaWiki
pandoc -s -S -t mediawiki --toc example.txt -o example.wiki