Fix für Konvertierungsprobleme von Markdown zu DOCX
This commit is contained in:
@@ -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
|
||||||
Binary file not shown.
Reference in New Issue
Block a user