hugo/docs/content/en/functions/plainify.md
2023-06-13 20:43:03 +02:00

402 B

title description categories menu keywords signature relatedfuncs
plainify Returns a string with all HTML tags removed.
functions
docs
parent
functions
strings
plainify INPUT
jsonify
{{ "<b>BatMan</b>" | plainify }} → "BatMan"

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