
Hey everyone, I saw a post from a few years back about an HTML rich handout ( this one to be specific ) and it inspired me to use the Bio & Info section of a character sheet to manage one of my player's abilities ( if you're curious what I'm doing ). It works well, but I'm running into an issue. Both handouts and character sheets seem to strip some HTML tags when you finish with them. Here's an example of the <button> tag being scrubbed. I've noticed the embed, iframe, and forms are also scrubbed, though this may be an incomplete list of missing tags. The difference in code is <a href="..."><button>Mind Thrust</button></a> vs. <a href="...">Mind Thrust</a> Am I doing something wrong, or does Roll20 purposely scrub these tags?