We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b87ed commit 1f8dd34Copy full SHA for 1f8dd34
1 file changed
src/resources/filters/quarto-post/html.lua
@@ -42,8 +42,9 @@ function render_html_fixups()
42
-- this requires bootstrap CSS
43
if quarto.doc.crossref.cap_location(tbl) == "top" then
44
tbl.classes:insert("caption-top")
45
- return tbl
46
end
+
47
+ return tbl
48
end,
49
Figure = function(fig)
50
if #fig.content ~= 1 then
0 commit comments