HTML-Crush \n vs \n\r #467
Unanswered
daniel-thisnow
asked this question in
Q&A
Replies: 1 comment
-
It works by doing find and replace on every instance of "\n" with "\n\r" in the HTML-CRUSH node folder, but it feels a bit crass. It works on a Mac, and the minified content will work on SFMC without breaking - but I am open to more elegant solutions. I tried looking though the HTML crush files and changing specific instances, but no joy. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Anyone know how to modify HTML crush to get it to add a return hidden character instead of just a new line?
On Mac dreamweaver / SFMC it doesn't recognise \n as a new line so will put one in random places.
I am a bit scared to just find and replace all \n with \n\r
Beta Was this translation helpful? Give feedback.
All reactions