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 f4df155 commit 9272f7aCopy full SHA for 9272f7a
src/resources/filters/quarto-pre/parsefiguredivs.lua
@@ -268,7 +268,7 @@ function parse_floatreftargets()
268
found_caption = true
269
caption = table.caption.long[1] -- what if there's more than one entry here?
270
-- table caption should be removed from the table as we'll handle it
271
- table.caption.long = pandoc.Blocks({})
+ table.caption = pandoc.Caption{}
272
return table
273
end
274
0 commit comments