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