Files
hugo/content/functions/htmlEscape.md
T
Bjørn Erik Pedersen ec4e6f9df2 Squashed 'docs/' content from commit f887bd7b
git-subtree-dir: docs
git-subtree-split: f887bd7b4e
2017-08-10 17:18:22 +02:00

589 B

title, linktitle, description, godocref, date, publishdate, lastmod, categories, menu, signature, workson, hugoversion, relatedfuncs, deprecated, aliases
title linktitle description godocref date publishdate lastmod categories menu signature workson hugoversion relatedfuncs deprecated aliases
htmlEscape Returns the given string with the reserved HTML codes escaped. 2017-02-01 2017-02-01 2017-02-01
functions
docs
parent
functions
htmlEscape INPUT
htmlUnescape
false

In the result & becomes &amp; and so on. It escapes only: <, >, &, ' and ".

{{ htmlEscape "Hugo & Caddy > Wordpress & Apache" }} → "Hugo &amp; Caddy &gt; Wordpress &amp; Apache"