Line breaks using email package blastula

Creating double line breaks appears to be the norm with blastula.

In the example below, the first line break after Hi Luke, works but the break occurring at the end of the first sentence is not registered, and the manually inserted line break Regards,\r\n does not appear to work.

Any thoughts on how to remedy this?

library(blastula)

b <-
"
Hi Luke,

This test email was sent using the R package 'blastula'.
It was sent out to 4 different individuals.

Regards,\r\nLuke
"

compose_email(body = md(b))

OUTPUT:
image

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.