Skip to content

Commit 1f8dd34

Browse files
committed
alway return modified table
Follow up on #10906 which was incomplete
1 parent 61b87ed commit 1f8dd34

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/resources/filters/quarto-post

src/resources/filters/quarto-post/html.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ function render_html_fixups()
4242
-- this requires bootstrap CSS
4343
if quarto.doc.crossref.cap_location(tbl) == "top" then
4444
tbl.classes:insert("caption-top")
45-
return tbl
4645
end
46+
47+
return tbl
4748
end,
4849
Figure = function(fig)
4950
if #fig.content ~= 1 then

0 commit comments

Comments
 (0)