hugo/docs/content/en/functions/plainify.md
2023-05-22 16:47:07 +02:00

432 B

title description categories menu keywords signature relatedfuncs
plainify Strips any HTML and returns the plain text version of the provided string.
functions
docs
parent
functions
strings
plainify INPUT
jsonify
{{ "<b>BatMan</b>" | plainify }} → "BatMan"

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