Email created from formula - need to insert line breaks in subject text

I have created a form in Fillout using Airtable data. In Interfaces I created a list and put a button in it and set it up to send an email. I have everything working except that I cannot figure out how to put a line break in the formula that contains the subject and body.

I often use chatGPT for answers to problems in Airtable and it is almost always spot on. But in this case it has failed me. I have searched through Duck Duck Go and I have read a lot of non germane material. All too no avail.

Does anyone know how to add a line break in the subject section?

Here is the formula as it stands now. It works fine as is, but formatting could be better:

Thank, Scott

“mailto:?subject=” & ENCODE_URL_COMPONENT(“Chautauqua Fire Dept. New Member’s Info and Mail Address Form”) &

“&body=” & ENCODE_URL_COMPONENT("Please click the link below and fill out the form that opens in your browser. The form will have 15 fields, 9 are required and have stars after them. The last field will be the Mailing Address field. Click + Add under it and it will open the Mailing Address sub form. Complete it and click Submit at the bottom. The original form will reopen. Click the Submit button at the bottom of the original form and you’re done. Thank you. & Here is the link: " & {Link}

)

Maybe I’m just oblivious or unaware, but aren’t email subject lines supposed to be a single line?

Now, if you need to add a line break in the body of your email, that should be a much easier solution. If you’re using Airtable’s built in email automation, you can format it all in markdown or html, which for a line break is < br > (remove the spaces around “br”). Here is a syntax guide you can reference if you need to which includes stuff about line breaks.

Thank you so much.I had no idea. The \n\n worked great. I googled it and searched and searched and found nothing about it. Thank you for responding. Best, Scott