少于1分钟
将以下英文翻译为中文:
https://gohugo.io/functions/plainify/
Strips any HTML and returns the plain text version of the provided string.
plainify INPUT
{{ "<b>BatMan</b>" | plainify }} → "BatMan"
See also the .PlainWords
, .Plain
, and .RawContent
page variables.