mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
Filters can be used during variable assignment
This commit is contained in:
@@ -54,7 +54,7 @@ You can read more about each type of tag in their respective sections.
|
||||
|
||||
## Filters
|
||||
|
||||
**Filters** change the output of a Liquid object. They are used within an output and are separated by a `|`.
|
||||
**Filters** change the output of a Liquid object or variable. They are used within double curly braces `{% raw %}{{ }}{% endraw %}` and [variable assignment]({{ "/tags/variable/" | prepend: site.baseurl }}), and are separated by a pipe character `|`.
|
||||
|
||||
<p class="code-label">Input</p>
|
||||
```liquid
|
||||
|
||||
Reference in New Issue
Block a user