List with (a)(b)(c) & sublist (i)(ii)

I wanna make ordered list as below.
(a) ABCD
INDENT (i) ABCD
INDENT (ii) ABCD
(b) ABCD
I found out that it is possible with bullet points using HTML or markdown cards, but it does not seem to be available with different alphabet for ordering, (a)(b)(c) and for sub list (i)(ii)(iii)… how can I make it possible?

It’s also possible within the editor, you can use Tab to indent and Shift+Tab to outdent when the cursor is at the beginning of a list item.

The numbers/letters can be controlled via CSS (using list-style-type) which you can either change in your theme or through code injection.

4 Likes

I am really sorry, but can you tell me which code I have to write in CSS? As Tab and Shift+Tab does not work for me, and I wanna try with CSS one before code injection.