Posit Connect Content Logging

Let's say a log is produced to stdout that looks like this.

<simpleError in (function () {    stop("bob")})(): bob>

I will not display in the connect UI since it is wrapped in a <span> tag as is.

I wonder if it would make sense to convert some characters to html entities before populating the <span> tags.

It might be a browser, OS, or Connect issue. I would not know.