Skip to content

Commit e38fc48

Browse files
committed
correctly process margin captions
1 parent cebccb6 commit e38fc48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/filters/layout/columns.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ function resolveCaptionClasses(el)
257257
end
258258

259259
function isCaptionClass(clz)
260-
return clz == 'caption-margin'
260+
return clz == 'caption-margin' or clz == 'margin-caption'
261261
end
262262

263263
function isColumnClass(clz)

0 commit comments

Comments
 (0)