This website requires JavaScript.
Explore
Sign In
mirror
/
hugo
mirror of
https://github.com/gohugoio/hugo
Watch
1
Star
0
Fork
You've already forked hugo
0
Code
Issues
master
hugo
/
docs
/
content
/
en
/
functions
/
transform
/
Plainify.md
333 B
Raw
Permalink
Blame
History
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