I am creating events that contain multiple entries and I would like to insert line breaks in the text to make them more readable. I have tried multiple methods such as CHAR(10) & CHAR(13) and \n & \r but none of them actually add a new line in the event. Is there any way to add a line break in the text displayed in an event?