Initialer Upload MkDocs ETZ Dokumentation

This commit is contained in:
Torkalis
2025-12-04 07:57:14 +01:00
parent eadfbb4e1f
commit 2bea6f01c0
112 changed files with 21099 additions and 0 deletions

6
process_comments.lua Normal file
View File

@@ -0,0 +1,6 @@
function RawBlock(el)
if el.text:match("%% ONLY FOR PANDOC:") then
local latex_cmd = el.text:match("\\([a-z]+{})")
return pandoc.RawBlock('latex', latex_cmd)
end
end