mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 19:00:39 -07:00
Note on outdated documentation
@@ -1,4 +1,4 @@
|
|||||||
Liquid comes with a proper init.rb by default.
|
Liquid no longer comes with a rails template handler making the text below outdated, see this issue https://github.com/Shopify/liquid/issues/21
|
||||||
|
|
||||||
To start using liquid just extract it into vendor/plugins or better yet use the ./script/plugin script to install liquid.
|
To start using liquid just extract it into vendor/plugins or better yet use the ./script/plugin script to install liquid.
|
||||||
|
|
||||||
@@ -22,4 +22,4 @@ Liquid:
|
|||||||
|
|
||||||
```liquid
|
```liquid
|
||||||
{{ 'This is a long section of text' | truncate: 3 }} #=> Thi...
|
{{ 'This is a long section of text' | truncate: 3 }} #=> Thi...
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user