diff options
| author | Charlotte Koch <charlotte@magentastripe.com> | 2025-05-06 14:05:09 -0700 |
|---|---|---|
| committer | Charlotte Koch <charlotte@magentastripe.com> | 2025-05-06 14:05:09 -0700 |
| commit | e8e9b006b383941c3b6265884d903fe03e7a9977 (patch) | |
| tree | 57cf6d58eeff46bee3a3075efd527c5927871935 | |
| parent | 796b7cdbcf3611f65fd3a316bcd29707c90a8c03 (diff) | |
Omit extra margin on bottom of quote and verse passagesmsm-22.3.17-magentastripe
| -rw-r--r-- | lib/asciidoctor/pdf/converter.rb | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
