« Convertir Markdown en wikitexte » : différence entre les versions
Apparence
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 » |
Aucun résumé des modifications |
||
Ligne 9 : | Ligne 9 : | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Catégorie:Tools]] | [[Catégorie:Tools]] [[Catégorie:Linux]] [[Catégorie:Debian]] |
Version du 17 mars 2025 à 20:03
Installation
sudo apt install pandoc
Utilisation:
pandoc -f markdown -t mediawiki -o fichier.wiki fichier.md