Update plainify return type

This was changed from string to template.HTML in v0.132.0.
This commit is contained in:
Joe Mooring 2024-08-12 09:13:32 -07:00 committed by GitHub
parent 160f22d0e9
commit 8f5afb55d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ keywords: []
action:
aliases: [plainify]
related: []
returnType: string
returnType: template.HTML
signatures: [transform.Plainify INPUT]
aliases: [/functions/plainify]
---