Skip to content

Commit d16fe44

Browse files
committed
Apply column filters to the cell-output-display div itself
This will place the entirety of the output display in the margin This should fix: #6961 this does introduce an `outer par` bug in PDF output, which I will investigate separately.
1 parent 6338dd3 commit d16fe44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/filters/layout/columns-preprocess.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function resolveColumnClassesForCodeCell(el)
8484
local custom_classes = float_classes[ref_type]
8585
local custom_caption_classes = float_caption_classes[ref_type]
8686
-- applyClasses(colClasses, captionClasses, containerEl, colEl, captionEl, scope)
87-
applyClasses(custom_classes, custom_caption_classes, el, custom, custom, ref_type)
87+
applyClasses(custom_classes, custom_caption_classes, el, childEl, custom, ref_type)
8888
else
8989
local figure = discoverFigure(figOrTableEl, false)
9090
if figure ~= nil then

0 commit comments

Comments
 (0)