pqzx / html2docx

Convert html to docx
MIT License
73 stars 51 forks source link

Fixed issue 6: index out of range error #7

Closed amthorn closed 3 years ago

amthorn commented 3 years ago

Fixed an issue with tables where non-direct tr children of table tag causes errors. Especially notable when the common practice of using "thead" and "tbody" tags is used.

pqzx commented 3 years ago

Hey @amthorn, thanks for the pr. This is great. I'll merge it in the next few days and update the package.