opendocument-app / OpenDocument.core

C++ library that translates office documents to HTML
GNU General Public License v3.0
23 stars 9 forks source link

Fix HTML paragraph line break #286

Closed andiwand closed 2 years ago

andiwand commented 2 years ago

currently <wbr> can cause a line break at the beginning which seems odd. I moved it to the end of the paragraph hoping it will fix the problem.