mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-14 00:29:31 -04:00
17 lines
350 B
Markdown
17 lines
350 B
Markdown
---
|
|
title: transform.Plainify
|
|
description: Returns a string with all HTML tags removed.
|
|
categories: []
|
|
keywords: []
|
|
params:
|
|
functions_and_methods:
|
|
aliases: [plainify]
|
|
returnType: template.HTML
|
|
signatures: [transform.Plainify INPUT]
|
|
aliases: [/functions/plainify]
|
|
---
|
|
|
|
```go-html-template
|
|
{{ "<b>BatMan</b>" | plainify }} → BatMan
|
|
```
|