Aller au contenu

Convertir Markdown en wikitexte

De Marmits Wiki
Version datée du 17 mars 2025 à 20:02 par Geo (discussion | contributions) (Page créée avec « == Installation == <syntaxhighlight lang="bash" line copy> sudo apt install pandoc </syntaxhighlight> Utilisation: <syntaxhighlight lang="bash" line copy> pandoc -f markdown -t mediawiki -o fichier.wiki fichier.md </syntaxhighlight> Catégorie:Tools »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)

Installation

sudo apt install pandoc

Utilisation:

pandoc -f markdown -t mediawiki -o fichier.wiki fichier.md