Adjust whitespace

This commit is contained in:
EricFromCanada
2019-09-09 22:58:29 -04:00
parent 4cfd19a27e
commit 9ff1b88985
6 changed files with 11 additions and 20 deletions
-2
View File
@@ -10,7 +10,6 @@ Liquid code can be categorized into [**objects**](#objects), [**tags**](#tags),
**Objects** tell Liquid where to show content on a page. Objects and variable names are denoted by double curly braces: `{% raw %}{{{% endraw %}` and `{% raw %}}}{% endraw %}`.
<p class="code-label">Input</p>
```liquid
{% raw %}
@@ -53,7 +52,6 @@ Tags can be categorized into three types:
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 `|`.