Was breaking on multi-line variables (only the first line would be included). This was a problem for properly formatted HTML-content in variables — something I use quite often with partials. Fixed by adding support for newlines in the RegExp (since JS doesn’t have ‘make dot match newlines’ option for RegExps).
Was breaking on multi-line variables (only the first line would be included). This was a problem for properly formatted HTML-content in variables — something I use quite often with partials. Fixed by adding support for newlines in the RegExp (since JS doesn’t have ‘make dot match newlines’ option for RegExps).