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 a7e6ef7 commit 2345853Copy full SHA for 2345853
src/resources/extensions/quarto/confluence/publish.lua
@@ -47,6 +47,9 @@ function Writer (doc, opts)
47
table.attributes.style = ""
48
local head = table.head
49
local caption = table.caption.long
50
+
51
+ -- Captions placed inside of the table will throw an error with CSF
52
+ table.caption = {}
53
return { table } .. caption
54
end
55
}
0 commit comments