From 22386b021276edbd4c2f0bb0db4a8acfe125ba76 Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Thu, 13 Feb 2020 11:42:39 -0800 Subject: [PATCH] fix: update index.html Fix a couple of errors that were appearing on https://harttle.land/liquidjs/#feature-list --- website/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}{{ "< > &" | escape }}
', 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
{{ 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',