Closed davidanthoff closed 4 years ago
Thanks! This should work as you expected. I think #115 will address this. Please let me know if you bump into other issues.
Awesome, thanks!
I can't really test this with a version that isn't tagged, though (the whole thing is part of a complicated automated github action setup). Could you maybe tag a new release?
Should be tagged now.
Works perfectly now, thanks a lot for the quick turnaround!
How can I combine custom tags with the option to not do the HTML escaping?
In particular, I have a call like this:
I would have thought that
$[[{JL_VERSION_MATRIX}]]
would work (i.e. use the custom tag to demark a substitution, and then one pair of curly braces to prevent the HTML escaping), but that doesn't seem to be the case.