mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
fix: update index.html
Fix a couple of errors that were appearing on https://harttle.land/liquidjs/#feature-list
This commit is contained in:
+2
-2
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user