This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
informatique:pandoc [2024/03/06 10:10] – yahiko | informatique:pandoc [2025/01/28 11:10] (current) – yahiko | ||
---|---|---|---|
Line 5: | Line 5: | ||
<code batch> | <code batch> | ||
pandoc -f markdown -t html source.md -o test1.html | pandoc -f markdown -t html source.md -o test1.html | ||
+ | </ | ||
+ | |||
+ | ===== Markdown vers DOCX ===== | ||
+ | <code batch> | ||
+ | pandoc -f markdown -t docx source.md -o destination.docx | ||
</ | </ | ||