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
<ol>
<li>
list
<ul>
<li>1st</li>
<li>2nd</li>
</ul>
</li>
<li>
let'see
<ol>
<li>if this works</li>
</ol>
</li>
</ol>
and have to renderFromHTML to convert the nested lists, if it is not mixed it works, but when i have a nested unordered list in an ordered list, the list items disappear:
The text was updated successfully, but these errors were encountered:
I have the following HTML:
and have to renderFromHTML to convert the nested lists, if it is not mixed it works, but when i have a nested unordered list in an ordered list, the list items disappear:
The text was updated successfully, but these errors were encountered: