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
When inserting nested lists, a new nested list should start a new count.
As you can see in the image, the second nested list should start again with "a".
In the HTML code you can see that it doesn't create a new nested list but a list with an indent class:
<p>😩</p> <ol><li>La la al a</li> <li>Ba ba ba </li> <li class="ql-indent-1">Foo</li> <li class="ql-indent-1">Bar</li> <li>Sa sa sa</li> <li class="ql-indent-1">Tim</li> </ol>
Tnx
The text was updated successfully, but these errors were encountered:
When inserting nested lists, a new nested list should start a new count.
As you can see in the image, the second nested list should start again with "a".
In the HTML code you can see that it doesn't create a new nested list but a list with an indent class:
<p>😩</p> <ol><li>La la al a</li> <li>Ba ba ba </li> <li class="ql-indent-1">Foo</li> <li class="ql-indent-1">Bar</li> <li>Sa sa sa</li> <li class="ql-indent-1">Tim</li> </ol>
Tnx
The text was updated successfully, but these errors were encountered: