Fix für Konvertierungsprobleme von Markdown zu DOCX
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
function HorizontalRule()
|
||||
return {}
|
||||
end
|
||||
|
||||
function Table(elem)
|
||||
-- Weist der Tabelle explizit die deutsche Word-Formatvorlage zu
|
||||
elem.attributes['custom-style'] = 'Tabellenraster'
|
||||
return elem
|
||||
end
|
||||
Binary file not shown.
Reference in New Issue
Block a user