User Tools

Site Tools


informatique:pandoc

This is an old revision of the document!


Pandoc

Notes sur l'utilisation de Pandoc, un convertisseur de documents depuis ou vers de nombreux formats

Markdow vers HTML

pandoc -f markdown -t html source.md -o test1.html

DOCX vers Markdown

pandoc -f docx -t gfm source.docx -o destination.md

gfm correspondant au “GitHub-Flavored Markdown”. Peut être remplacé par “markdown”.

informatique/pandoc.1677674109.txt.gz · Last modified: 2023/03/01 12:35 by yahiko

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki