Indented ordered lists in textarea

Hi there, simple question. I’d like to achieve the following in an textarea field in the panel:

1. First item
2. Second item
3. Third item
    1. Indented item
    2. Indented item
4. Fourth item

But at the moment I can’t get Kirby to render the indented items properly. Kirby renders it as a “flat” list with consecutive numbering. Output in the template is via <?= $page->text()->kt() ?>.

I use a single space to indent. Tab doesn’t work for indentation, it just changes form field focus in the panel.

What am I missing?

Update: It works with 4 spaces. D’oh!

Problem solved. :slight_smile: