
Hey, all... I tried this question over in the Macros and Specific Use Forum, but didn't get a response, so I thought I would try it here since it actually deals with passing a script call to an API button. Any help would be appreciated...
It seems that if I have a script that utilizes [space hyphen hyphen] as the argument delimiter, like this:
!some_script --arg1:value --arg2:value the second
...that I can't put that directly into an API chat button:
[Run It](!some_script --arg1:value --arg2:value the second)
That produces a non-functional <a> tag without an href, not a button. I'm guessing it is because the -- is getting parsed out in the markdown, but I could be wrong.
If I'm right, what is the proper way to escape that series of characters? I have tried using the HTML entity for a hyphen (-), but that doesn't work.