All I want to do is. . .

. . .convert files with pandoc.

OS:
Tags:

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

Reference

Official Pandoc demos

Raw: use-pandoc.md


If you have suggestions, corrections, or content to contribute, fork us at our Github repo or open an issue.

Licensed under the CC-SA.