Skip to content

Commit d761a8b

Browse files
committed
typo in link
1 parent a8e80ef commit d761a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function render_typst()
3636
return float
3737
end
3838
if float.content.t == "Table" then
39-
-- this needs the fix from https://github.com/jgm/pandoc/pulls/9778
39+
-- this needs the fix from https://github.com/jgm/pandoc/pull/9778
4040
float.content.classes:insert("typst-no-figure")
4141
else
4242
float.content = _quarto.ast.walk(float.content, {

0 commit comments

Comments
 (0)