L1 Info : Informatique et Document, MarkDown & Pandoc
 
◃  Ch. 2 Pandoc  ▹
 

B.a.-ba Pandoc

  • Aide en ligne de commande :
    pandoc -h
  • Documentation en ligne : Getting started
  • Principales options :
    • -f FORMAT : indique le format de départ (f comme from)
    • -t FORMAT : indique le format d'arrivée (t comme to)
    • -o FILE : indique le nom de fichier cible (optionel, envoie le résultat sur la sortie standard par défaut)
  • Les formats disponibles :
    • en entrée (en ligne de commande : $ pandoc --list-input-formats) : commonmark , creole, csv, docbook, docx, dokuwiki, epub, fb2, gfm, haddock, html, ipynb, jats, jira, json, latex, man, markdown, markdown_github, markdown_mmd, markdown_phpextra, markdown_strict, mediawiki, muse, native, odt, opml, org, rst, t2t, textile, tikiwiki, twiki, vimwiki
    • en sortie (en ligne de commande : $ pandoc --list-output-formats) : asciidoc, asciidoctor, beamer, commonmark, context, docbook, docbook4, docbook5, docx, dokuwiki, dzslides, epub, epub2, epub3, fb2, gfm, haddock, html, html4, html5, icml, ipynb, jats, jats_archiving, jats_articleauthoring, jats_publishing, jira, json, latex, man, markdown, markdown_github, markdown_mmd, markdown_phpextra, markdown_strict, mediawiki, ms, muse, native, odt, opendocument, opml, org, pdf, plain, pptx, revealjs, rst, rtf, s5, slideous, slidy, tei, texinfo, textile, xwiki, zimwiki