escape_once - Liquid Filter Reference - 0.11.4
Filter Name | escape_once |
Group | Text |
Version | 0.11.4 |
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.11.4
Back to Documentation