I recently was building a Spell Macro to streamline Spellcards using Chat Menus API Trick (from Roll20 Tips and Tricks (Innovative Solutions to Common Problems) Thread), and one of the URLs I attempted to reference specifically included Parenthesis: this immediately broke the URL Link; and Roll20 apparently doesn't HTML Parser the URL before constructing the resulting URL despite it getting submitted to Chat using ( and ) thus, meaning; the "(" & ")" cannot get bypassed, and there is no URL parser equivalent comparable to “Space” (%20) , (Edit: %28 and %29 had to be added to the Destination's URL Resolution Parser using a URI Exception). I asked a few (nameless) 3rd-Party Web Developers what they knew on this subject, and upon multiple Discord Pages probing the topic, it was revealed that this specifically is a Roll20 problem, specifically; a Roll20 Markdown Parser problem combined with a Roll20 Order Of Operations Problem, as HTML Parser should kick in BEFORE the URL Parser, NOT after, though these should both kick in AFTER the Markdown Parser. Specifically: I was attempting to link to a (UA) Spell, and " (ua) " was specifically included in the URL. To clarify: ( and ) appear in the URL, they should be ( and ) in the URL.