There seems to be an issue with <ul> and <ol> when there is valid html within the list tags when using embedHTML.
$docx->embedHTML('<ul><li><p>Some text.</p></li></ul>');
for instance if you have <ul><li><p>Some text.</p></li></ul>
It drops the text below the bullet point - will this be fixed?.
o
Some text.