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:
In addition to this, it might be good to support a rotation counter types for ordered list
This style is pretty common that's similar to how google docs work.
basically this is how it works
1 (level 1 - numeric)
a (level 2 - alpha)
i (level 3 - roman)
1 (level 4, goes back numeric)
..... (rest)
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: