From e8e9b006b383941c3b6265884d903fe03e7a9977 Mon Sep 17 00:00:00 2001 From: Charlotte Koch Date: Tue, 6 May 2025 14:05:09 -0700 Subject: Omit extra margin on bottom of quote and verse passages --- lib/asciidoctor/pdf/converter.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/asciidoctor/pdf/converter.rb b/lib/asciidoctor/pdf/converter.rb index 03131b36..e329966a 100644 --- a/lib/asciidoctor/pdf/converter.rb +++ b/lib/asciidoctor/pdf/converter.rb @@ -1326,7 +1326,6 @@ module Asciidoctor end end end - theme_margin :block, :bottom, (next_enclosed_block node) end alias convert_quote convert_quote_or_verse -- cgit v1.2.3