Harlowe 2 is what's being used
Hello, I'm using Furkleindustries' cycling link macro and it's pretty handy but I'm running into two small problems that I haven't been able to work out all by myself.
The first one is that within the alternatives for the cycling link, I would like some things to be striked through but it isn't being recognized. I've used the ~~word~~ and <s>word</s> syntax to mark it but when it shows up it shows up exactly how it's written.
(set: $var to "word")<tw-link class='cyclingLink' data-cycling-texts='["~~word~~", "word"]' onclick='clickCyclingLink(this, "$var");'>$var</tw-link>
That's how that looks, the ~~ shows up as if it's verbatim.
How would I go about fixing this? If I can't fix this is there an alternative that I can use to get what I want to happen without running into this problem?
My second problem is that when I click it to strike through and then move on, the word resets into it's unmarked state. Is there a way to stay on a certain option, so that the "word" stays crossed out even after moving onto another passage? Would that require something more complex?
Thank you in advance