Skip to content
Log in

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>

Was this article helpful?

Was this article helpful?