escape_once - Liquid Filter Reference - 0.10.11
Filter Name | escape_once |
Group | Text |
Version | 0.10.11 |
Description
Escapes a string without changing existing escaped entities. It doesn’t change strings that don’t have anything to escape.
Examples
{{ "1 < 2 & 3" | escape_once }}
1 < 2 & 3
{{ "1 < 2 & 3" | escape_once }}
1 < 2 & 3
Back to Liquid Reference for 0.10.11
Back to Documentation