You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I have render map defined where list elements is not being wrapped with
ul
orol
.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 withul
by default.Is there any way to avoid this behavior or possibility to use custom render map when converting?
The text was updated successfully, but these errors were encountered: