Skip to content

Commit 2345853

Browse files
author
Al Manning
committed
fix table regression
1 parent a7e6ef7 commit 2345853

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/resources/extensions/quarto/confluence/publish.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ function Writer (doc, opts)
4747
table.attributes.style = ""
4848
local head = table.head
4949
local caption = table.caption.long
50+
51+
-- Captions placed inside of the table will throw an error with CSF
52+
table.caption = {}
5053
return { table } .. caption
5154
end
5255
}

0 commit comments

Comments
 (0)