Is there a way to create nested lists in the rich text field editor?
Quill does support it but neither tabulation nor manual code editing the following example works. (The code is being reformated into plain list on any text edit)
<ol>
<li>
Top
<ol>
<li>Nested</li>
</ol>
</li>
</ol>
Yes, you can edit the code directly, but the issue is if somebody else tries to edit the text directly the format is going to be broken immediately. Even if you close the code input can’t render it correctly.