소스 검색

:robot: Ajoute script pour exporter le guide

DricomDragon 1 년 전
부모
커밋
bbf4c829fc
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      guide/export.sh

+ 3 - 0
guide/export.sh

@@ -0,0 +1,3 @@
+#!/bin/sh
+
+pandoc -o complet.html complet.md --standalone --wrap=none --metadata title="Guide Godot JDLL 2024" --toc=true --toc-depth=5