Hi,
I would have thought the PasteCleanHTML would be the one, but it converts bullets like this:
<p style="line-height: normal; text-indent: -18pt; margin: 0cm 0cm 0pt 36pt" class="MsoListParagraphCxSpFirst">· blah blah blah</p>
This is not what I want. I would be looking for:
<ul>
<li>blah blah blah</li>
</ul>
Any suggestions please?
Thank you