<a href='link'>text<a> is currently converted to:
text link
Expected result is a link:
text
Maybe this is the code to generate a link corectly?
https://github.com/pqzx/html2docx/blob/9337c3950bee62a4fea5b722e7ba19c163df4d9f/htmldocx/h2d.py#L365
And here is the current implementation:
b50b910