Hi!
I made a list with list items inside and am trying to figure out how to un-number the nested list items. For example:
Instead of formatting like this:
- TITLE
- TITLE
- TITLE
-
List item text
-
List item text
- TITLE
- TITLE
It is showing like this:
- TITLE
- TITLE
- TITLE
-
List item text
-
List item text
- TITLE
- TITLE
Basically, I would like it to not include the list items inside when numbering.
Thanks!