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!




