liquid
liquid copied to clipboard
Should strip_newlines also 'strip' LSEP ?
I have this issue where 'strip_newlines' filter is used, but it doesnt strip the 'LSEP' characters. Should the filter do this?
It's shown as "LSEP" by my editor or inspect in browser: \u2028
I now have a workaround using the 'remove' but that feels verbose. Love to hear! Thanks.