Inserting a new line in Twilio

How can I insert a new line in messages sent via Twilio. The content is supposed to contain a “\n” to generate a new line but this is ignored by the string sent . It as literally applied, so the \n appears in the body of the text . I have tried it within quoted and double quotes but the result is the same.

Thanks

Hi,

Have you tried using the Delphi linefeed character (#10) instead?

Hi

Haha I thought about it but I thought no , Twilio is supposed to be all html based. And Twilio it self dictated what codes to use. I will try that though