Notes sur l'utilisation de Pandoc, un convertisseur de documents depuis ou vers de nombreux formats
pandoc -f markdown -t html source.md -o test1.html
pandoc -f docx -t gfm source.docx -o destination.md
gfm correspondant au “GitHub-Flavored Markdown”. Peut être remplacé par “markdown”.
pandoc -f html -t markdown_mdd source.html -o destination.md