mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 10:20:43 -07:00
Updated Liquid for Designers (textile)
@@ -68,7 +68,7 @@ h3. Standard Filters
|
||||
* **plus** - addition **e.g** {{ '1' | plus:'1' }} #=> '11', {{ 1 | plus:1 }} #=> 2
|
||||
* **times** - multiplication **e.g** {{ 5 | times:4 }} #=> 20
|
||||
* **divided_by** - division **e.g** {{ 10 | divided_by:2 }} #=> 5
|
||||
* **split** - split a string on a matching pattern **e.g.** {{ "a~b" | split:~ }}
|
||||
* **split** - split a string on a matching pattern **e.g.** {{ "a~b" | split:~ }} #=> ['a','b']
|
||||
|
||||
h1. Tags
|
||||
|
||||
|
||||
Reference in New Issue
Block a user