unescape - Liquid Filter Reference
On this page
Description
Unescapes HTML escaped text.
| Property | Value |
|---|---|
| Return Type | string |
| Category | text |
Examples
liquid
{{ "<a href="/shop">Click here</a>" | unescape }}
Output: <a href="/shop">Click here</a>