Newbie Q : How to format the email body content (why it shows single line)

When asking your question, please include:

:footprints: The steps you have taken
I have did check the documentation but not able to, maybe its too basic. Newline seems not working.

This is the result, only shows 1 line, I only like to have a new line or to format it a proper way.

Thank you for your gentle reply.

:camera_flash: Relevant screenshots
:link: Any links you have
[ Code { "and": "JSON", "in" : "code block"} ]
:x: Exclude Personal Information.

The newline block doesn’t get picked up by mails as it’s not HTML.

You’ll need to use pure html instead to insert breaks:

<br />
3 Likes