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