mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
432 B
432 B
title, description, categories, menu, keywords, signature, relatedfuncs
| title | description | categories | menu | keywords | signature | relatedfuncs | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| plainify | Strips any HTML and returns the plain text version of the provided string. |
|
|
|
|
|
{{ "<b>BatMan</b>" | plainify }} → "BatMan"
See also the .PlainWords, .Plain, and .RawContent page variables.