User Tools

Site Tools


informatique:pandoc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
informatique:pandoc [2022/11/14 21:11] – created yahikoinformatique:pandoc [2024/03/06 10:10] (current) yahiko
Line 1: Line 1:
 ====== Pandoc ====== ====== Pandoc ======
 Notes sur l'utilisation de [[https://pandoc.org|Pandoc]], un convertisseur de documents depuis ou vers de [[https://pandoc.org/index.html|nombreux formats]] Notes sur l'utilisation de [[https://pandoc.org|Pandoc]], un convertisseur de documents depuis ou vers de [[https://pandoc.org/index.html|nombreux formats]]
 +
 +===== Markdow vers HTML =====
 +<code batch>
 +pandoc -f markdown -t html source.md -o test1.html
 +</code>
  
 ===== DOCX vers Markdown ===== ===== DOCX vers Markdown =====
-<codedoc code:batch>+<code batch>
 pandoc -f docx -t gfm source.docx -o destination.md pandoc -f docx -t gfm source.docx -o destination.md
-</codedoc>+</code>
  
 gfm correspondant au "GitHub-Flavored Markdown". Peut être remplacé par "markdown" gfm correspondant au "GitHub-Flavored Markdown". Peut être remplacé par "markdown"
  
 +
 +===== HTLM vers Markdown =====
 +<code batch>
 +pandoc -f html -t markdown_mdd source.html -o destination.md
 +</code>
  
informatique/pandoc.1668460275.txt.gz · Last modified: 2022/11/14 21:11 by yahiko

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki