Nested lists in Rich text editor

Hello,

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>

Hi @Ivan.1

It seems to be working at my end in both cases even if you copy the shared code in the editor or apply formatting options for the editor directly.

Let me know what you’re seeing at your end(screenrecord would be helpful)

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.

Gotcha! This can be expected and we have shown the warning above with alternatives that can be used.

Yes, I saw the warning, but Quill does support nested lists.

Im facing this issue too. Our content editor team doesn’t have knowledge of coding.