Indentation multiple line list

What I’m trying to do

I’m trying to create a list where each item can have mixed text in it, in particular another list.

Things I have tried

This is what I’ve tried

- Fruits
  Fruits that I like:
  1. apple
  2. orange
  Fruits that I don't like:
    1. kiwi
    2. banana	
- Candies
  ...

In the preview this is what I get
image
but I don’t want Fruits that I don't like: to be part of the orange item.
Is there some plugin to help me achieve this type of list faster?
Thanks in advance for any kind of help.

I think you need a blank line after 2. orange to end the first list and allow you to create the second list.

Thanks for the reply.
If I try the following:

1. Fruits
   Fruits that I like:
   1. apple
   2. kiwi

   Fruits that I don't like:
   1. banana
   2. orange
2. Candies
  ...

This is what I get
image
and after folding looks like not everything is inside the Fruits item:
image

In that case “Fruits that I like:” needs to be indented and numbered then apple & kiwi indented again. “Fruits that I don’t like:” needs to be indented and banana & orange need to be indented again.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.