We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34b24d commit f3c30e9Copy full SHA for f3c30e9
1 file changed
src/resources/filters/quarto-pre/table-classes.lua
@@ -62,6 +62,9 @@ function table_classes()
62
if kind ~= "tbl" then
63
return nil
64
end
65
+ if float.content == nil then
66
+ return nil
67
+ end
68
69
if (float.caption_long == nil or
70
float.caption_long.content == nil or
0 commit comments