mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-12 15:35:21 -04:00
Code block render hooks are introduced in v0.93.0 (#1701)
The docs incorrectly stated that code block render hooks were introduced in version 0.83.0, so I corrected it to version 0.93.0 (changelog here: https://github.com/gohugoio/hugo/releases/tag/v0.93.0).
This commit is contained in:
parent
c447270ef5
commit
94502a09ba
@ -25,7 +25,7 @@ The hook kinds currently supported are:
|
||||
* `image`
|
||||
* `link`
|
||||
* `heading` {{< new-in "0.71.0" >}}
|
||||
* `codeblock`{{< new-in "0.83.0" >}}
|
||||
* `codeblock`{{< new-in "0.93.0" >}}
|
||||
|
||||
You can define [Output-Format-](/templates/output-formats) and [language-](/content-management/multilingual/)specific templates if needed. Your `layouts` folder may look like this:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user