transpect / docx2hub

Converts Microsoft docx to flat hub XML
BSD 2-Clause "Simplified" License
27 stars 15 forks source link

apply styles to tableborders and toggle props #14

Closed sbulka closed 6 years ago

sbulka commented 6 years ago

These changes does the following preprocessing:

Problem is this difference: in Word, cell-borders override table-borders. in CSS, the wider border overrides the thinner one, origin (cell/table) is ignored. To express the Word-border in CSS, it has to be calculated.

flaws: