Konvertierungsskript für Konzeptbeschreibung als Kundendokument

This commit is contained in:
2026-07-17 16:26:08 +02:00
parent bbc1738771
commit ab70ece492
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
pandoc '.\01_Konzeption\02-2 Sovereign RAG Tutor Externes Kundendokument.md' -o '.\01_Konzeption\Sovereign RAG Tutor - Konzeptbeschreibung.docx' --reference-doc=.\referenz.docx --lua-filter=.\nohr.lua
+3
View File
@@ -0,0 +1,3 @@
function HorizontalRule()
return {}
end