This is the API docs for LemonStand V1, which has been discontinued. LemonStand is now a cloud based platform, available at lemonstand.com.

LemonStand API

unescape Twig filter

Defined in /modules/core/classes/core_twigextension.php, lines 188-188
Author LemonStand eCommerce Inc.
mixed function unescape(string $str)
$str string string to process.
{return} mixed returns the unescape HTML string.
Cancels HTML escaping for a displayed value. By default HTML escaping is enabled for all values which you output in Twig templates. However in some cases you may want to cancel escaping, for example when a value should contain HTML tags, like product or category long descriptions. The following example outputs a product description.
{{ product.description|unescape }}