mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 18:30:40 -07:00
Begin work on input/output standardization
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@ title: Operators
|
||||
|
||||
Liquid includes many logical and comparison operators.
|
||||
|
||||
### Basic Operators
|
||||
## Basic Operators
|
||||
|
||||
<table>
|
||||
<tbody>
|
||||
@@ -63,7 +63,7 @@ You can use multiple operators in a tag:
|
||||
{% endraw %}{% endhighlight %}
|
||||
</div>
|
||||
|
||||
### contains
|
||||
## contains
|
||||
|
||||
`contains` checks for the presence of a substring inside a string.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user