pandoc -f commonmark -t html5 test.md
Fichier pandoc3.md
:
# Convertir MD en HTML avec Pandoc
+ Format d'entrée : CommonMark ([site officiel](https://commonmark.org/))
+ Format de sortie : HTML (5 ou pas)
+ Commande : `$ pandoc -f commonmark -t html5 test.md`
<h1>Convertir MD en HTML avec Pandoc</h1>
<ul>
<li>Format d'entrée : CommonMark (site officiel)[https://commonmark.org/]</li>
<li>Format de sortie : HTML (5 ou pas)</li>
<li>Commande : <code>$ pandoc -f commonmark -t html5 test.md</code></li>
</ul>