From 2c3261354d1a7e644ebdc74368a4fc22f03c29ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Fri, 27 Mar 2026 16:51:13 +0400 Subject: [PATCH] Add blockquote style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- pkg/docgen/template.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkg/docgen/template.html b/pkg/docgen/template.html index 4d70965eb..2d9009dd1 100644 --- a/pkg/docgen/template.html +++ b/pkg/docgen/template.html @@ -363,6 +363,12 @@ max-width: 100%; height: auto; } + + .document-content blockquote { + border-left: 4px solid #ccc; + padding-left: 16px; + margin: 12px 0; + }