Hello there,
it looks like if you use variables inside quotes, they get escaped.
for example:
<a href="mailto:*|EMAIL|*">*|EMAIL|*</a>
The result would be:
<a href="mailto:*%7CEMAIL%7C*>test@test.com</a>
Any ideas on how to make it ignore specific chars inside quotes?
Hello there,
it looks like if you use variables inside quotes, they get escaped.
for example:
The result would be:
Any ideas on how to make it ignore specific chars inside quotes?