Документация Pandoc гласит, что она может конвертироваться в TWiki. Но с самой новой версией выдает ошибку «Неизвестный писатель: twiki»:
$ brew install pandoc
$ pandoc --version | head -4
pandoc 1.17.0.3
Compiled with texmath 0.8.5, highlighting-kate 0.6.2.
Syntax highlighting is supported for the following languages:
abc, actionscript, ada, agda, apache, asn1, asp, awk, bash, bibtex, boo, c,
$ pandoc file.md -o file.md.twiki -f markdown -t twiki
pandoc: Unknown writer: twiki
Я что-то пропустил?