Update _filters/squish.md

Co-authored-by: Gray Gilmore <[email protected]>
This commit is contained in:
Michaël Gallego
2026-03-07 21:26:03 +09:00
committed by GitHub
co-authored by Gray Gilmore
parent 518c406ff6
commit 794d0fca51
+1 -1
View File
@@ -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