We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3364332 commit 6014c12Copy full SHA for 6014c12
src/resources/filters/quarto-pre/table-classes.lua
@@ -53,7 +53,7 @@ function table_classes()
53
attr.classes = pandoc.List()
54
tbl.caption.long[#tbl.caption.long] = pandoc.Plain(createTableCaption(caption_parsed, attr))
55
if #quarto.utils.as_inlines(tbl.caption.long) == 0 then
56
- tbl.caption.long = nil
+ tbl.caption.long = pandoc.Blocks({})
57
end
58
return tbl
59
end,
0 commit comments