I wanna write <Message Text="Line1\nLine2\nLine3" />
but \n seems not to be working. What should I replace \n with?
(I read in the books they said that to print @ and % we use %40 and %25, so I guess the should be a number for the new-line).
The most commonly used are "\t" for TAB, "\n" for new-line, and "\\" for a (single) backslash character.
To break a line in R Markdown and have it appear in your output, use two trailing spaces and then hit return . Let's look at an example.
Try this: <Message Text="Line1%0aLine2%0aLine3%0a" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With