mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-11 22:37:11 -04:00
Update markdownify and RenderString documentation (#1818)
These updates are from https://github.com/gohugoio/hugo/issues/9538
This commit is contained in:
parent
50f5d4776f
commit
0b0e890d1f
@ -32,5 +32,4 @@ Some examples:
|
||||
{{ "/italic org mode/" | $p.RenderString $optOrg }}
|
||||
```
|
||||
|
||||
|
||||
**Note** that this method is more powerful than the similar [markdownify](/functions/markdownify/) function as it also supports [Render Hooks](/getting-started/configuration-markup/#markdown-render-hooks) and it has options to render other markup formats.
|
||||
{{< new-in "0.93.0" >}} **Note**: [markdownify](/functions/markdownify/) uses this function in order to support [Render Hooks](/getting-started/configuration-markup/#markdown-render-hooks).
|
||||
|
@ -23,7 +23,6 @@ aliases: []
|
||||
{{ .Title | markdownify }}
|
||||
```
|
||||
|
||||
*Note*: if you need [Render Hooks][], which `markdownify` doesn't currently
|
||||
support, use [.RenderString](/functions/renderstring/) instead.
|
||||
{{< new-in "0.93.0" >}} **Note**: `markdownify` now supports [Render Hooks][] just like [.RenderString](/functions/renderstring/).
|
||||
|
||||
[Render Hooks]: /getting-started/configuration-markup/#markdown-render-hooks
|
||||
[Render Hooks]: /templates/render-hooks/
|
||||
|
Loading…
x
Reference in New Issue
Block a user