From e0838e574eaef63c76a46add20875f15ddb64468 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 21 Jul 2022 08:35:36 -0700 Subject: [PATCH] Update RenderString.md With https://github.com/gohugoio/hugo/pull/9948 the .RenderString method now renders shortcodes. --- content/en/functions/RenderString.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/en/functions/RenderString.md b/content/en/functions/RenderString.md index 1b77f6a38..e414b11ca 100644 --- a/content/en/functions/RenderString.md +++ b/content/en/functions/RenderString.md @@ -14,8 +14,6 @@ signature: [".RenderString MARKUP"] `.RenderString` is a method on `Page` that renders some markup to HTML using the content renderer defined for that page (if not set in the options). -*Note* that this method does not parse and render shortcodes. - The method takes an optional map argument with these options: display ("inline")