fix: update index.html

Fix a couple of errors that were appearing on https://harttle.land/liquidjs/#feature-list
This commit is contained in:
Peter deHaan
2020-02-19 18:27:09 +08:00
committed by harttle
parent 66541a62fd
commit 22386b0212
+2 -2
View File
@@ -211,7 +211,7 @@
url: 'https://shopify.github.io/liquid/filters/upcase'
}, {
title: 'escape filter',
code: '<pre><code>{{ "< > &" | escape }}</code></',
code: '<pre><code>{{ "< > &" | escape }}</code></pre>',
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<pre>{{ var | strip_newlines }}</pre>\n\n{{',
code: '{% capture var %}\nfoo\nbar\n{% endcapture %}\n\n<pre>{{ var | strip_newlines }}</pre>',
url: 'https://shopify.github.io/liquid/filters/strip_newlines'
}, {
title: 'map filter',