Is there any way to create multi line annotations on tags (viewed using a power table)? I'm using system.tag.storeAnnotations(), and when trying to use \n or \r it appears to be sanitized and html just renders as a string. I would like to store a short list of products that are being processed when a machine is started, and having it all on one line makes it rather difficult to read (or at least not ideal).
You most likely need to set this on the power chart
interaction mode.annotation.style.whiteSpace
= pre or one of the other pre options