Description
The attached word file contains a simple list preceded by an indented paragraph. The generated HTML (styles filtered) is:
<p><strong>Section title</strong></p> <ul> <p>The following is a list:</p> <li>one</li> <li>two</li> </ul>
As you can see the UL tag starts with a paragraph which is invalid. The final wiki syntax is:
**Section title** * ((( The following is a list: * one * two )))
which is very different than the expected result.