Files
hugo/content/en/functions/transform/Plainify.md
T
Joe Mooring 8f5afb55d5 Update plainify return type
This was changed from string to template.HTML in v0.132.0.
2024-08-12 09:13:32 -07:00

333 B

title, description, categories, keywords, action, aliases
title description categories keywords action aliases
transform.Plainify Returns a string with all HTML tags removed.
aliases related returnType signatures
plainify
template.HTML
transform.Plainify INPUT
/functions/plainify
{{ "<b>BatMan</b>" | plainify }} → BatMan