Deploying to gh-pages from @ harttle/liquidjs@a55f44f095 🚀

This commit is contained in:
harttle
2023-02-04 03:32:53 +00:00
parent 65b1e67f9f
commit 84463ba1d7
613 changed files with 2119 additions and 2118 deletions
+2 -1
View File
@@ -117,11 +117,12 @@
<li>Trailing unmatched characters inside filters are allowed in shopify/liquid but not in LiquidJS. It means filter arguments without a colon like <code>{{ "a b" | split " "}}</code> will throw an error in LiquidJS. This is intended to improve Liquid usability, see <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/issues/208">#208</a> and <a target="_blank" rel="noopener external nofollow noreferrer" href="https://github.com/harttle/liquidjs/issues/212">#212</a>.</li>
<li>LiquidJS has additional tags: <a href="https://liquidjs.com/tags/layout.html">layout</a> and corresponding <code>block</code> tag.</li>
<li>LiquidJS has additional filters: <a href="https://liquidjs.com/filters/json.html">json</a>.</li>
<li>LiquidJS <a href="https://liquidjs.com/filters/date.html">date</a> filter supports <code>%q</code> for date ordinals like <code>&#123;&#123; '2023/02/02' | date: '%d%q of %b'&#125;&#125;</code> =&gt; <code>02nd of Feb</code></li>
</ul>
</div>
<footer class="article-footer">
<time class="article-footer-updated" datetime="2023-01-22T13:46:07.614Z" itemprop="dateModified">Last updated: 2023-01-22</time>
<time class="article-footer-updated" datetime="2023-02-04T03:31:50.091Z" itemprop="dateModified">Last updated: 2023-02-04</time>
<a href="changelog.html" class="article-footer-prev" title="Changelog"><i class="icon-chevron-left"></i><span>Prev</span></a><a href="contribution-guidelines.html" class="article-footer-next" title="Contribution Guidelines"><span>Next</span><i class="icon-chevron-right"></i></a>
</footer>
</div>