From ccb1b97cbb11e60aab0108b33a270cccdd2218f6 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Wed, 4 Sep 2024 09:44:54 -0700 Subject: [PATCH] Update blockquotes.md --- content/en/render-hooks/blockquotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/render-hooks/blockquotes.md b/content/en/render-hooks/blockquotes.md index 6ae3b7c57..143c536d1 100755 --- a/content/en/render-hooks/blockquotes.md +++ b/content/en/render-hooks/blockquotes.md @@ -66,7 +66,7 @@ block = true (`string`) The position of the blockquote within the page content. ###### Text -(`template.HTML`) The blockquote text, excluding the alert designator if present. See the [alerts](#alerts) section below. +(`template.HTML`) The blockquote text, excluding the first line if [`Type`](#type) is `alert`. See the [alerts](#alerts) section below. ###### Type