aboutsummaryrefslogtreecommitdiffhomepage
path: root/content/en/render-hooks/images.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <[email protected]>2024-09-04 18:52:05 +0200
committerBjørn Erik Pedersen <[email protected]>2024-09-04 18:52:05 +0200
commit39fd3b557014e339bc6c68a7ff34a7734a735ee0 (patch)
treeb73deb9fd547d283f2e5fb6a3b8393994c6c14f8 /content/en/render-hooks/images.md
parentdec8cd4ada29218971743333f8ac662a9c06aad8 (diff)
downloadhugo-39fd3b557014e339bc6c68a7ff34a7734a735ee0.tar.gz
hugo-39fd3b557014e339bc6c68a7ff34a7734a735ee0.zip
Squashed 'docs/' changes from a49697e53..ccb1b97cb
ccb1b97cb Update blockquotes.md a5f51431c Add new-in label 39dac5838 Document ContentWithoutSummary de3c75694 Clarify blockquote render hook Markdown syntax d32f7856d Document change to data type returned by render hook Text methods 83fe7ccc3 Document table render hooks 601234147 netlify: Hugo 0.134.0 a583640a0 Add support for Obsidian type blockquote alerts 3e0080861 Merge commit 'dec8cd4ada29218971743333f8ac662a9c06aad8' 2dde06576 output: Fix docshelper template lookup order for AMP pages git-subtree-dir: docs git-subtree-split: ccb1b97cbb11e60aab0108b33a270cccdd2218f6
Diffstat (limited to 'content/en/render-hooks/images.md')
-rwxr-xr-xcontent/en/render-hooks/images.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/en/render-hooks/images.md b/content/en/render-hooks/images.md
index 1638ceeae..eca346c10 100755
--- a/content/en/render-hooks/images.md
+++ b/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