Formatting

When I save an event all the formatting is lost. Am I missing something?

What do you mean? Could you provide any samples or screenshots?

If I type in an event like

Date: Sep 20
event: Party
People: Bla Bla

It ends up like

Date: Sep 20 Event: Party People: Bla Bla

Here is a image

Hi.
When you input text you’re using ‘\n’ character to insert new line.
HTML ignores it,
is correct tag for html new line.
Use it in the end of lines.

Oh. I did not know this was a html input. Thanks. That is working for me.