Add descriptions for remaining pages

This commit is contained in:
Adam Hollett
2016-11-09 09:11:47 -05:00
parent d4d3d1a8e7
commit 1fe6b24d47
9 changed files with 9 additions and 14 deletions
+1
View File
@@ -1,5 +1,6 @@
---
title: Whitespace control
description: An overview of controlling whitespace between code in the Liquid template language.
---
In Liquid, you can include a hyphen in your tag syntax `{% raw %}{{-{% endraw %}`, `{% raw %}-}}{% endraw %}`, `{% raw %}{%-{% endraw %}`, and `{% raw %}-%}{% endraw %}` to strip whitespace from the left or right side of a rendered tag.