I have the following as an attribute: Ape Fist 1 = [[ ?{Attack Type&#124;Standard&#44; 1d20+5&#124;Advantage&#44; 2d20kh1+5&#124;Disadvantage&#44; 2d20kl1+5&#125;]] Damage= [[1d6+3]] Ape Fist 2 = [[ ?{Attack Type&#124;Standard&#44; 1d20+5&#124;Advantage&#44; 2d20kh1+5&#124;Disadvantage&#44; 2d20kl1+5&#125;]] Damage= [[1d6+3]] It is a double attack, and works exactly as it should. However, it displays like this; Ape Fist 1 = 15 Damage = 6 Ape Fist 2 = 13 Damage = 5 And if you add a note to the end, like; "Charge = Hit: Extra [[2d6]] damage and the target must succeed on a DC 14 strength save or be knocked prone.", it just makes a really long sentence with 5 value boxes mixed in. Kind of a pain to read for the DM. Is there a way to force line breaks to make it display like this? Ape Fist 1 = 15 Damage = 6 Ape Fist 2 = 13 Damage = 5 Charge = Hit: Extra [[2d6]] damage and the target must succeed on a DC 14 strength save or be knocked prone. I have tried &#13;, &#10;, <br>, and &lt;br&gt;, none worked Thanks in advance.