Description
I have a sample .docx document which contains one single line of text**++.
Making that text to be:
- underlined
- AND at least one of the following two
- italic
- bold****
will cause the generated .xhtml file to contain overlapping tags.
Example:
The quick brown fox jumps over the lazy dog.
will result in
<b><u>The quick brown fox jumps over the lazy dog.</b></u>
which causes some browser (Firefox, Chrome) to give an error and not display the content of the file...