2023-06-12 14:45:05 -07: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.