diff --git a/HowtoGitit.md b/HowtoGitit.md index 168e8183..03ae57be 100644 --- a/HowtoGitit.md +++ b/HowtoGitit.md @@ -130,3 +130,14 @@ Pour voir la liste des langages supportés pour le _highlighting_ : ~~~ $ pandoc -v ~~~ + + +## Troubleshooting + +Si Gitit affiche certaines pages en markdown sans l’interpréter, il faut supprimer le répertoire `cache` dans son répertoire racine et redémarrer le service : + +~~~ +# rm -f /cache +# systemctl restart +~~~ +