Skip to content

prevent escaping mailchimp variables #30

@vladkucherov

Description

@vladkucherov

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions