mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 02:40:41 -07:00
Changed length to size as there is no length filter
Updated Liquid for Designers (textile)
@@ -34,7 +34,7 @@ When there are no more filters, the template will receive the resulting string.
|
||||
|
||||
<pre>
|
||||
Hello {{ 'tobi' | upcase }}
|
||||
Hello tobi has {{ 'tobi' | length }} letters!
|
||||
Hello tobi has {{ 'tobi' | size }} letters!
|
||||
Hello {{ '*tobi*' | textilize | upcase }}
|
||||
Hello {{ 'now' | date: "%Y %h" }}
|
||||
</pre>
|
||||
|
||||
Reference in New Issue
Block a user