diff --git a/website/index.html b/website/index.html index 6b4d871b3..f0fd4d052 100644 --- a/website/index.html +++ b/website/index.html @@ -211,7 +211,7 @@ url: 'https://shopify.github.io/liquid/filters/upcase' }, { title: 'escape filter', - code: '
{{ "< > &" | escape }}', + code: '', url: 'https://shopify.github.io/liquid/filters/escape' }, { title: 'escape_once filter', @@ -247,7 +247,7 @@ url: 'https://shopify.github.io/liquid/filters/strip_html' }, { title: 'strip_newlines filter', - code: '{% capture var %}\nfoo\nbar\n{% endcapture %}\n\n{{ "< > &" | escape }}{{ var | strip_newlines }}\n\n{{', + code: '{% capture var %}\nfoo\nbar\n{% endcapture %}\n\n{{ var | strip_newlines }}', url: 'https://shopify.github.io/liquid/filters/strip_newlines' }, { title: 'map filter',