Open arunmecom opened 1 year ago
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 🤔
Not sure if you or anyone else is still running into this, but I had to move my variables to within
When I am using Shopify liquid code inside
<mj-raw>
in output file its getting minified (one liner) InputOutput
Is there any way to to get the output liquid code similar to input( formatted code ) Expected behavior