Skip to content

Commit

Permalink
fix: update index.html
Browse files Browse the repository at this point in the history
Fix a couple of errors that were appearing on https://harttle.land/liquidjs/#feature-list
  • Loading branch information
pdehaan authored and harttle committed Feb 19, 2020
1 parent 66541a6 commit 22386b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/index.html
Expand Up @@ -211,7 +211,7 @@ <h2 id="feature-list">Feature List</h2>
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',
Expand Down Expand Up @@ -247,7 +247,7 @@ <h2 id="feature-list">Feature List</h2>
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',
Expand Down

0 comments on commit 22386b0

Please sign in to comment.