hugo/docs/content/en/functions/transform/Plainify.md
2023-10-20 09:43:56 +02:00

517 B

title linkTitle description categories keywords menu function relatedFunctions aliases
transform.Plainify plainify Returns a string with all HTML tags removed.
functions
docs
parent
functions
aliases returnType signatures
plainify
string
transform.Plainify INPUT
/functions/plainify
{{ "<b>BatMan</b>" | plainify }} → "BatMan"

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