From 805912073d62474309b9c1f1a34a4963f66a67c7 Mon Sep 17 00:00:00 2001
From: Martin Mattel <github@diemattels.at>
Date: Mon, 7 Apr 2025 11:48:42 +0200
Subject: [PATCH] Add link with linktext to block quote

---
 docs/modules/blocks/pages/blockquotes.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/modules/blocks/pages/blockquotes.adoc b/docs/modules/blocks/pages/blockquotes.adoc
index e1367dd..ba4e7c2 100644
--- a/docs/modules/blocks/pages/blockquotes.adoc
+++ b/docs/modules/blocks/pages/blockquotes.adoc
@@ -26,6 +26,8 @@ If an attribute value includes a comma, enclose the value in double or single qu
 
 If the quote is a single line or paragraph (i.e., a styled paragraph), you can place the attribute list directly on top of the text.
 
+If you are adding a link as attribution or citation title and you want the link to render as clickable link text, you must enclose the full link including the linkt text in single quotes. For example `+'http://example.com[Example Page]'+` or when using an attribute `+'{my-url-as-attribute}[Example Page]'+`.
+
 .Quote paragraph syntax
 [#ex-style]
 ----
-- 
GitLab