We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Example Liquid code: test: {{ 'blah {{ yy }}' | replace: '{{', 'xx' }} Expected output: test: blah xx yy }} Actual output: test: ' | replace: ',
test: {{ 'blah {{ yy }}' | replace: '{{', 'xx' }}
test: blah xx yy }}
test: ' | replace: ',