From e0fa2f0d1dc53e6e9f4ff85018540af68d208a22 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 12 Aug 2024 12:19:07 -0700 Subject: [PATCH] Add new-in badge to blockquote render hook page --- content/en/render-hooks/blockquotes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/render-hooks/blockquotes.md b/content/en/render-hooks/blockquotes.md index fd9a837d5..5f3974fc9 100755 --- a/content/en/render-hooks/blockquotes.md +++ b/content/en/render-hooks/blockquotes.md @@ -12,6 +12,8 @@ weight: 30 toc: true --- +{{< new-in 0.132.0 >}} + ## Context Blockquote render hook templates receive the following [context]: