mjml
mjml copied to clipboard
Liquid template code is getting minified
When I am using Shopify liquid code inside <mj-raw>
in output file its getting minified (one liner)
Input
Output
Is there any way to to get the output liquid code similar to input( formatted code ) Expected behavior
Can you try to wrap them in <!-- htmlmin:ignore -->
this should prevent any minification for a specific block
@iRyusa I tried <!-- htmlmin:ignore -->
also its not working
Input
Output
It might not be related to minifier then, i'll see what i can do 🤔