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 73acb40 commit 042d9b0Copy full SHA for 042d9b0
src/resources/filters/layout/typst.lua
@@ -11,7 +11,7 @@ function make_typst_figure(tbl)
11
local identifier = tbl.identifier
12
local separator = tbl.separator
13
14
- if (not caption or #caption.content == 0) and tbl.separator == nil then
+ if _quarto.utils.is_empty_node(caption) and tbl.separator == nil then
15
separator = ""
16
end
17
0 commit comments