Skip to content

Commit 316a70a

Browse files
committed
remove typst-processed
1 parent bf16de8 commit 316a70a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,6 @@ function render_typst_fixups()
121121
end,
122122
Table = function(tbl)
123123
-- https://github.com/quarto-dev/quarto-cli/issues/10438
124-
-- Check if table has already been processed
125-
if tbl.classes:includes("typst-processed") then
126-
return tbl, false
127-
end
128-
129-
-- Mark table as processed and add no-figure class
130-
tbl.classes:insert("typst-processed")
131124
tbl.classes:insert("typst:no-figure")
132125

133126
-- Create Div wrapper and return false to prevent processing its contents

0 commit comments

Comments
 (0)