From 43e9222a2a327fe97f5da3e6bf16a958c00e0a22 Mon Sep 17 00:00:00 2001 From: Regis Philibert Date: Mon, 23 Dec 2019 20:31:32 +0100 Subject: [PATCH] Revert "Add shortcodes to note comparing with `markdownify`" This reverts commit 2bd5bc2d71d42d72608566d4d3299558c4f8f803. --- 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 b01372941..61f5d6417 100644 --- a/content/en/functions/RenderString.md +++ b/content/en/functions/RenderString.md @@ -34,4 +34,4 @@ Some examples: ``` -**Note** that this method is more powerful than the similar [markdownify](functions/markdownify/) function as it can render to other markup formats and supports both [Render Hooks](/getting-started/configuration-markup/#markdown-render-hooks) and [shortcodes](https://gohugo.io/content-management/shortcodes/#readout). +**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