From d8847a1443e0e0baf36f401bb50681fd0e1d17c0 Mon Sep 17 00:00:00 2001 From: Sean Wilson Date: Mon, 1 Feb 2021 03:37:23 +0000 Subject: [PATCH] docs: Fix HTML code in .RenderString description being stripped out (#1320) --- content/en/functions/RenderString.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/functions/RenderString.md b/content/en/functions/RenderString.md index 19ef11e59..b083e1c34 100644 --- a/content/en/functions/RenderString.md +++ b/content/en/functions/RenderString.md @@ -20,7 +20,7 @@ signature: [".RenderString MARKUP"] The method takes an optional map argument with these options: display ("inline") -: `inline` or `block`. If `inline` (default), surrounding ยด

` on short snippets will be trimmed. +: `inline` or `block`. If `inline` (default), surrounding `

` on short snippets will be trimmed. markup (defaults to the Page's markup) : See identifiers in [List of content formats](/content-management/formats/#list-of-content-formats).