From ab70ece49232ef350b70126b32da2c5455a299a5 Mon Sep 17 00:00:00 2001 From: foefl Date: Fri, 17 Jul 2026 16:26:08 +0200 Subject: [PATCH] =?UTF-8?q?Konvertierungsskript=20f=C3=BCr=20Konzeptbeschr?= =?UTF-8?q?eibung=20als=20Kundendokument?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- convert_Konzept-Kunde-extern.ps1 | 1 + nohr.lua | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 convert_Konzept-Kunde-extern.ps1 create mode 100644 nohr.lua diff --git a/convert_Konzept-Kunde-extern.ps1 b/convert_Konzept-Kunde-extern.ps1 new file mode 100644 index 0000000..63763a1 --- /dev/null +++ b/convert_Konzept-Kunde-extern.ps1 @@ -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 \ No newline at end of file diff --git a/nohr.lua b/nohr.lua new file mode 100644 index 0000000..ceb5d1b --- /dev/null +++ b/nohr.lua @@ -0,0 +1,3 @@ +function HorizontalRule() + return {} +end \ No newline at end of file