Begin work on input/output standardization

This commit is contained in:
Tetsuro
2015-12-04 20:31:06 -05:00
parent c51257692d
commit 95dc90e503
8 changed files with 16 additions and 87 deletions
+2 -2
View File
@@ -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.