Calendar Reminder email Description loses line breaks - possible to add line breaks?

When an calendar reminder goes out from the Calendar app, the description has no line breaks. This makes it difficult to read the description.

For example, this description:

arrives in the email looking like the left side of this image, and ideally it should look like the right side in this image:

This could be accomplished by parsing the description field to replace \n with <br> perhaps? It is quite possible we are missing a setting somewhere the NextCloud Calendar app, but if not, is there way to accomplish this? I am comfortable to muck in the PHP or templates if need be, but I am not sure where to start.