Nested lists in kirbyText

I’m using Kirby 4 and I’m trying to create a nested list in a textarea field [with output set to →kt()]. I already dug up an older topic on this that said to just use double spaces like, which I tried:

This field is rendered with:

<?= $paragraph->text()->kt() ?>

But this doesn’t seem to do anything; I’m not getting a nested in the HTML output. Instead, the nested items are just displayed as regular items of the parent list.

Any idea how to create a working nested list?

Thanks a bunch!

Have you tried with 4 spaces?

Thank you for the response! Yes, I also tried 4 spaces - with the same result, unfortunately.
No nested list (and the spaces aren’t rendered in any other way as well):

Ok, I tested with Kirby 5 but that should not make a difference and it works fine for me.

In frontend:

Note that the indentation in the frontend depends on your styling, so you need to inspect the source code rather than go by what is displayed in the browser.