From 2ced07c9666e637dc65a756a401089135fa7f0f0 Mon Sep 17 00:00:00 2001 From: whirigoyen Date: Wed, 14 Sep 2022 10:03:58 +0200 Subject: [PATCH] Ajout section Troubleshooting --- HowtoGitit.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 +~~~ +