I have created a macro that acts a bit weird. It is supposed to add a Location image, a Location Description and a link to a Handout in the Chat, but it only returns the values: Roll20 Soundboard D10 100%. The weird part is that if I check the chat log everything looks as it is supposed to.  So why is it that I see two different representations of the same Macro?  I added a link to image in Token Bar 1 I added the description text in Token Bar 2 I added a link to the handout in Token Bar 3 The Macro Code is: &{template:default} {{name=@{selected|token_name}}} {{[image](@{selected|bar1})}} {{@{selected|bar2}}} {{[(Learn More)](@{selected|bar3})}} Did I do something wrong?