I have render map defined where list elements is not being wrapped with ul or ol.
So output of lists looks like this
<li>item 1</li>
<li>item 2</li>
etc...
But when im trying to convert editor state to html using draft-convert list elements are wrapped with ul by default.
Is there any way to avoid this behavior or possibility to use custom render map when converting?