mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 15:16:52 -04:00
markdownify: add note about render-hooks and .RenderString (#1281)
This commit is contained in:
parent
69c82eb689
commit
f15c06f232
@ -23,3 +23,8 @@ aliases: []
|
|||||||
```
|
```
|
||||||
{{ .Title | markdownify }}
|
{{ .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
|
Loading…
x
Reference in New Issue
Block a user