I have this kind of HTML
<div>Hello everyone!</div><div><ul><li>this is a first list item</li><li>second one</li><li>third one</li><li><span style="color:#b22222">...</span></li><li>last but not the least</li></ul></div>
This is after Zapier convert:
Hello everyone! * this is a first list item * second one * third one ... * last but not the least
This is result what i need:
Hello everyone!
- * this is a first list item
- * second one
- * third one ...
- * last but not the least