Phone Link gets rewritten
I'm using Sightly
<a href="tel:${phone}">${phone}</a>the phone number is getting printed correctly but inside the link "tel:" is getting replaced by "_tel_" which breaks the link to work as a phone link. I can't found anything in the Sightly documentation about it. I tried using context unsafe and context html but none worked.
How I stop that link to getting rewritten?
Thanks