Skip to content

Commit

Permalink
docs(markdownify): mention a context limitation
Browse files Browse the repository at this point in the history
References gohugoio#9692
  • Loading branch information
JackuB committed Feb 3, 2023
1 parent 76c6140 commit 1479b54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/en/functions/markdownify.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: markdownify
description: Runs the provided string through the Markdown processor.
date: 2017-02-01
publishdate: 2017-02-01
lastmod: 2017-02-01
lastmod: 2023-01-31
keywords: [markdown,content]
categories: [functions]
menu:
Expand All @@ -18,11 +18,11 @@ deprecated: false
aliases: []
---


```
{{ .Title | markdownify }}
```

{{< new-in "0.93.0" >}} **Note**: `markdownify` now supports [Render Hooks] just like [.RenderString](/functions/renderstring/).
{{< new-in "0.93.0" >}} **Note**: `markdownify` now supports [Render Hooks] just like [`.Page.RenderString`]. However, if you use more complicated [Render Hooks] relying on page context, use [`.Page.RenderString`] instead. See [GitHub issue #9692](https://github.com/gohugoio/hugo/issues/9692) for more details.

[Render Hooks]: /templates/render-hooks/
[`.Page.RenderString`]: /functions/renderstring/

0 comments on commit 1479b54

Please sign in to comment.