如何使用 Pandoc 将 Markdown 转换为 TWiki?

Com*_*ist 2 pandoc

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
Run Code Online (Sandbox Code Playgroud)

我错过了什么吗?

Our*_*rus 5

在这些文档中,读者和作者的列表是分开的。twiki只显示在阅读器下。由此可知,pandoc支持读twiki文档,不支持写文档。