From f15c06f2323ae433916080c6aa5a0d83762152ee Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 24 Mar 2021 13:09:52 -0400 Subject: [PATCH] markdownify: add note about render-hooks and .RenderString (#1281) --- content/en/functions/markdownify.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/en/functions/markdownify.md b/content/en/functions/markdownify.md index 50cf3e120..5baf1db57 100644 --- a/content/en/functions/markdownify.md +++ b/content/en/functions/markdownify.md @@ -23,3 +23,8 @@ aliases: [] ``` {{ .Title | markdownify }} ``` + +*Note*: if you need [Render Hooks][], which `markdownify` doesn't currently +support, use [.RenderString](/functions/renderstring/) instead. + +[Render Hooks]: /getting-started/configuration-markup/#markdown-render-hooks \ No newline at end of file