diff options
Diffstat (limited to 'docs/content/en/render-hooks/images.md')
-rwxr-xr-x | docs/content/en/render-hooks/images.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/render-hooks/images.md b/docs/content/en/render-hooks/images.md index 1638ceeae..eca346c10 100755 --- a/docs/content/en/render-hooks/images.md +++ b/docs/content/en/render-hooks/images.md @@ -73,7 +73,7 @@ block = true ###### Text -(`string`) The image description. +(`template.HTML`) The image description. ###### Title @@ -143,7 +143,7 @@ The embedded image render hook is automatically enabled for multilingual single- [duplication of shared page resources]: /getting-started/configuration-markup/#duplicateresourcefiles {{% /note %}} -The embedded image render hook resolves internal Markdown destinations by looking for a matching [page resource], falling back to a matching [global resource]. Remote destinations are passed through, and the render hook will not throw an error or warning if it is unable to resolve a destination. +The embedded image render hook resolves internal Markdown destinations by looking for a matching [page resource], falling back to a matching [global resource]. Remote destinations are passed through, and the render hook will not throw an error or warning if unable to resolve a destination. [page resource]: /getting-started/glossary/#page-resource [global resource]: /getting-started/glossary/#global-resource |