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
I'm using this on JSP files, and it is changing my jsp-tags with uppercase characters to lowercase. I wonder is there a way to turn off the tag-closing (nightmare in jsp, but we're working around it) and tag-lowercasing features?
juice: {xmlMode: true/false}
^^ appeared to do nothing.
Is there anyway to achieve this, I know it's not designed to work with .jsp files. If you're not willing to help support this, is there any chance you can point me in the direction of where this lower-casing is being applied, so I can fork the repo and modify it? :)
Regards, Simon.
The text was updated successfully, but these errors were encountered:
@simeydotme I believe this may have been solved with the latest release of email-builder-core: see this comment on how to use the cheerio options object. Let me know if this fixes your issue
I'm using this on JSP files, and it is changing my jsp-tags with uppercase characters to lowercase. I wonder is there a way to turn off the tag-closing (nightmare in jsp, but we're working around it) and tag-lowercasing features?
^^ appeared to do nothing.
Is there anyway to achieve this, I know it's not designed to work with
.jsp
files. If you're not willing to help support this, is there any chance you can point me in the direction of where this lower-casing is being applied, so I can fork the repo and modify it? :)Regards, Simon.
The text was updated successfully, but these errors were encountered: