Here's the output of one of the service checks. It's acknowledging any of the HTML code within the script, (Underline,Bold,Break), i redacted some info for security purposes. Here's the output in the email, you can see the raw html code within the output Here's another example where just Bold is supposed to apply scottwilkerson stated this prior, if you're reading this and have any insight we'd love to hear it!
I am going to speculate that the output just has newline seperators and not html <br> tags which would make this expected output.
The only way I can see around this would be to change the email template to wrap %serviceoutput% in a pre tag, likeCode: Select all
<pre>%serviceoutput%</pre>