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 bf16de8 commit 316a70aCopy full SHA for 316a70a
src/resources/filters/quarto-post/typst.lua
@@ -121,13 +121,6 @@ function render_typst_fixups()
121
end,
122
Table = function(tbl)
123
-- 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")
131
tbl.classes:insert("typst:no-figure")
132
133
-- Create Div wrapper and return false to prevent processing its contents
0 commit comments