Line-break and indents

Hi

I very often have to compose texts including both : line-break + indent.

Kirby kt() is converting line break from textarea field into <p> tags. That’s why I set

p+p {
   text-indent:1em
}

But I need to inform the user to write <br> inside textarea if he wants to set a line-break… from my point of view, this is not very practical. I’m looking for a smarter way to let the user choose both option without the need to write <br> inside the field.

How would you do that ?