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 623343c commit 19a6f33Copy full SHA for 19a6f33
src/resources/formats/typst/pandoc/quarto/definitions.typ
@@ -82,11 +82,11 @@
82
83
show figure: it => {
84
let num = numbering(subcapnumbering, n-super, quartosubfloatcounter.get().first() + 1)
85
- show figure.caption: it => {
+ show figure.caption: it => block({
86
num.slice(2) // I don't understand why the numbering contains output that it really shouldn't, but this fixes it shrug?
87
[ ]
88
it.body
89
- }
+ })
90
91
quartosubfloatcounter.step()
92
it
0 commit comments