transform.HTMLUnescape
Syntax
transform.HTMLUnescape INPUT ⟼ string
Alias
htmlUnescape
Remember to pass the output of this to safeHTML
if fully un-escaped characters are desired. Otherwise, the output will be escaped again as normal.
{{ htmlUnescape "Hugo & Caddy > WordPress & Apache" }} → "Hugo & Caddy > WordPress & Apache"