Parcourir la source

:memo: Ajoute la table des matières

DricomDragon il y a 1 semaine
Parent
commit
b9c0b9724a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      guide/README.md

+ 1 - 1
guide/README.md

@@ -12,5 +12,5 @@ Tutoriel pour développer Raquette fracassante.
 ### HTML
 
 ```sh
-pandoc -o complet.html complet.md --standalone --wrap=none --metadata title="Guide Godot JDLL 2024" --css=https://matcha.mizu.sh/matcha.css
+pandoc -o complet.html complet.md --standalone --wrap=none --metadata title="Guide Godot JDLL 2024" --css=https://matcha.mizu.sh/matcha.css --toc --toc-depth=5
 ```