hugo/content/en/functions/plainify.md
Bjørn Erik Pedersen b9bd35d72e Squashed 'docs/' content from commit fdea5430f
git-subtree-dir: docs
git-subtree-split: fdea5430f89dfd849d39212abdf5ace0a4763e5a
2019-10-21 10:22:28 +02:00

568 B

title linktitle description godocref date publishdate lastmod categories menu keywords signature workson hugoversion relatedfuncs deprecated aliases
plainify plainify Strips any HTML and returns the plain text version of the provided string. 2017-02-01 2017-02-01 2017-04-30
functions
docs
parent
functions
strings
plainify INPUT
jsonify
false
{{ "<b>BatMan</b>" | plainify }} → "BatMan"

See also the .PlainWords, .Plain, and .RawContent page variables.