You can paste the content of an attr into a character sheet with "<span name='attrname'></span>", but attribute content cannot incorporate html, and chat format (**, etc) within an attr is treated as a literal. I would like to show a string (that will be used to generate a roll) on the character sheet, laid out in roughly the same way as it would appear in text chat (subject to different size windows, etc), without creating large numbers of (potentially empty) spans to hold the individual parts of the string with their correct formatting. Is there a way to do this?