I've been making some macros for my Pathfinder 1e game (using the official Roll20 sheet) and have run into an oddity. Not the first time, but it's annoying. My Macro is called info. It calls another macro, called Defenses, which gives me the defenses of the targeted token (AC, Flat footed, Saves, etc). /w gm |[Defenses](!
#Defenses) | It generates a nice pink button called Defenses in my chat. This is the modified macro, which gives me access to the option to turn on/off a tokens name plate, so when players ID a monster, they can get the name. /w gm [Defenses](`#Defenses) | [Name](`#Showname) | It generates to clickable links, both of which work, but neither are a button. If I write it longform, I get a button, and an invalid link /w gm |[Defenses](!
#Defenses) |[Showname] (!
#Showname) Can someone tell me what's going on here to cause this?