markdownify: add note about render-hooks and .RenderString (#1281)

This commit is contained in:
Patrice Chalin 2021-03-24 13:09:52 -04:00 committed by GitHub
parent 69c82eb689
commit f15c06f232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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