Short description
pandoc(from,to,input_file,output_file)
precise the input format (markdown, docbook, html,...)
precise the output format (html, doc, ppt, ...)
give the path to the input file
give the path to the output file
This is a simple wrapping of the command line tool Pandoc available here: https://pandoc.org/
commonmark
(CommonMark
Markdown)
creole
(Creole
1.0)
csv
(CSV
table)
docbook
(DocBook)
docx
(Word
docx)
dokuwiki
(DokuWiki
markup)
epub
(EPUB)
fb2
(FictionBook2
e-book)
gfm
(GitHub-Flavored
Markdown), or the deprecated and less accurate
markdown_github
; use
markdown_github
only if you need extensions not supported in
gfm
.
haddock
(Haddock
markup)
html
(HTML)
ipynb
(Jupyter
notebook)
jats
(JATS XML)
jira
(Jira
wiki markup)
json
(JSON version of native AST)
latex
(LaTeX)
markdown
(Pandoc’s
Markdown)
markdown_mmd
(MultiMarkdown)
markdown_phpextra
(PHP
Markdown Extra)
markdown_strict
(original unextended
Markdown)
mediawiki
(MediaWiki
markup)
man
(roff man)
muse
(Muse)
native
(native Haskell)
odt
(ODT)
opml
(OPML)
org
(Emacs
Org mode)
rst
(reStructuredText)
t2t
(txt2tags)
textile
(Textile)
tikiwiki
(TikiWiki
markup)
twiki
(TWiki
markup)
vimwiki
(Vimwiki)