Fix für Konvertierungsprobleme von Markdown zu DOCX

This commit is contained in:
2026-08-12 13:58:05 +02:00
parent 705bc68869
commit 9889086865
2 changed files with 6 additions and 0 deletions
+6
View File
@@ -1,3 +1,9 @@
function HorizontalRule() function HorizontalRule()
return {} return {}
end
function Table(elem)
-- Weist der Tabelle explizit die deutsche Word-Formatvorlage zu
elem.attributes['custom-style'] = 'Tabellenraster'
return elem
end end
BIN
View File
Binary file not shown.