You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is already support for ignoring style tags by using data-roadie-ignore. It would be nice if we could do the same for a[href] tags as well. My use case is using a placeholder url for mailgun like so:
<ahref="%tag_unsubscribe_url%"></a>
Currently this fails because URI.parse throws an exception.
The text was updated successfully, but these errors were encountered:
There is already support for ignoring
style
tags by usingdata-roadie-ignore
. It would be nice if we could do the same fora[href]
tags as well. My use case is using a placeholder url for mailgun like so:Currently this fails because
URI.parse
throws an exception.The text was updated successfully, but these errors were encountered: