From 1915b8417cc4cc31b8fac7d94894feda88996807 Mon Sep 17 00:00:00 2001
From: Estelle Weyl <estelle@weyl.org>
Date: Thu, 17 Oct 2024 00:27:45 -0700
Subject: [PATCH] blockquote: see also link (#36363)

---
 files/en-us/web/html/element/blockquote/index.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/files/en-us/web/html/element/blockquote/index.md b/files/en-us/web/html/element/blockquote/index.md
index 837fc32bf012357..7f580015e0caf12 100644
--- a/files/en-us/web/html/element/blockquote/index.md
+++ b/files/en-us/web/html/element/blockquote/index.md
@@ -118,3 +118,4 @@ This example demonstrates the use of the `<blockquote>` element to quote a passa
 
 - The {{HTMLElement("q")}} element for inline quotations.
 - The {{HTMLElement("cite")}} element for source citations.
+- [The blockquote element](https://heydonworks.com/article/the-blockquote-element/) via heydonworks.com (2024)