mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
Update _filters/squish.md
Co-authored-by: Gray Gilmore <[email protected]>
This commit is contained in:
co-authored by
Gray Gilmore
parent
518c406ff6
commit
794d0fca51
+1
-1
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: squish
|
||||
description: Liquid filter that remove all whitespace on both ends of the string, and then changing remaining consecutive whitespace groups into one space each.
|
||||
description: Liquid filter that removes all whitespace on both ends of the string, and then changes remaining consecutive whitespace groups into one space each.
|
||||
---
|
||||
|
||||
Remove all whitespace on both ends of the string, and then changing remaining consecutive whitespace groups into one space each. `squish` is commonly used
|
||||
|
||||
Reference in New Issue
Block a user