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
@samstickland I believe we might use something simpler for matching root tag because we don't care about the attributes. So something like <mjml[any symbol]> should do the work.I will gladly accept the PR with it if you want to help 😃
@samstickland actually, it was pretty fast to fix, sorry for the late response. Please let me know if you will have any issues with MJML v4 and even better – submit the PR, they are greatly appreciated :)
This is the opening MJML tag I get from a Passport export
<mjml owa="desktop" version="4.5.1">
ROOT_TAGS_REGEX
is/<mjml>.*<\/mjml>/mi
so it fails to match.The text was updated successfully, but these errors were encountered: