From 9dd51235b8d6f1b5d6a0dd65177e9344e18aabc2 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Wed, 9 Nov 2022 22:21:57 -0800 Subject: Add detail to description of .Plain page variable (#1870) Co-authored-by: anakinsleftleg <77084568+anakinsleftleg@users.noreply.github.com> Co-authored-by: anakinsleftleg <77084568+anakinsleftleg@users.noreply.github.com> --- content/en/variables/page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/variables/page.md b/content/en/variables/page.md index d1def9281..78100a6af 100644 --- a/content/en/variables/page.md +++ b/content/en/variables/page.md @@ -111,7 +111,7 @@ See also `.ExpiryDate`, `.Date`, `.PublishDate`, and [`.GitInfo`][gitinfo]. : the Permanent link for this page; see [Permalinks](/content-management/urls/) .Plain -: the Page content stripped of HTML tags and presented as a string. +: the Page content stripped of HTML tags and presented as a string. You may need to pipe the result through the [`htmlUnescape`](/functions/htmlunescape/) function when rendering this value with the HTML [output format](/templates/output-formats#output-format-definitions). .PlainWords : the slice of strings that results from splitting .Plain into words, as defined in Go's [strings.Fields](https://pkg.go.dev/strings#Fields). -- cgit v1.2.3