I'm trying to get a word document from a web page, but in the document I get two lines in one and some whitespaces where it should have been the line break
<w:t>Large article pages have a Table Of Contents (TOC)
navigation.</w:t>
gets in the document as
Large article pages have a Table Of Contents (TOC) ( spaces ) navigation.
I did disable the styling in case that was the problem, but still get the same result. Can anybody help me on this?