From 7a85c789b967b30695d29fa02ab82cffa2ce2635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 24 Dec 2019 16:55:46 +0100 Subject: [PATCH] Update RenderString.md --- content/en/functions/RenderString.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/functions/RenderString.md b/content/en/functions/RenderString.md index 61f5d6417..50dc84535 100644 --- a/content/en/functions/RenderString.md +++ b/content/en/functions/RenderString.md @@ -15,6 +15,8 @@ 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") @@ -34,4 +36,4 @@ Some examples: ``` -**Note** that this method is more powerful than the similar [markdownify](functions/markdownify/) function as it also supports [Render Hooks](/getting-started/configuration-markup/#markdown-render-hooks) and it has options to render other markup formats. \ No newline at end of file +**Note** that this method is more powerful than the similar [markdownify](functions/markdownify/) function as it also supports [Render Hooks](/getting-started/configuration-markup/#markdown-render-hooks) and it has options to render other markup formats.