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 a8e80ef commit d761a8bCopy full SHA for d761a8b
src/resources/filters/quarto-post/typst.lua
@@ -36,7 +36,7 @@ function render_typst()
36
return float
37
end
38
if float.content.t == "Table" then
39
- -- this needs the fix from https://github.com/jgm/pandoc/pulls/9778
+ -- this needs the fix from https://github.com/jgm/pandoc/pull/9778
40
float.content.classes:insert("typst-no-figure")
41
else
42
float.content = _quarto.ast.walk(float.content, {
0 commit comments