mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 19:52:38 +00:00
517 B
517 B
title, linkTitle, description, categories, keywords, menu, function, relatedFunctions, aliases
| title | linkTitle | description | categories | keywords | menu | function | relatedFunctions | aliases | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| transform.Plainify | plainify | Returns a string with all HTML tags removed. |
|
|
|
|
{{ "<b>BatMan</b>" | plainify }} → "BatMan"
See also the .PlainWords, .Plain, and .RawContent page variables.