Skip to content

Commit 4fb1c0a

Browse files
committed
Fix more caption types
1 parent 307aff4 commit 4fb1c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/filters/quarto-pre/parsefiguredivs.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ function parse_floatreftargets()
495495
end
496496

497497
-- we've parsed the caption, so we can remove it from the table
498-
el.caption.long = pandoc.List({})
498+
el.caption.long = pandoc.Blocks({})
499499

500500
if label == "" then
501501
return nil

0 commit comments

Comments
 (0)