fix(style): add context around `counter.display` src/style.typ:187:23 due to "`counter.display` without context is deprecated"
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 2m2s
Details
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 2m2s
Details
This commit is contained in:
parent
f3ebfaf538
commit
ddfec22fe8
|
@ -184,7 +184,7 @@
|
||||||
show figure.caption: c => [
|
show figure.caption: c => [
|
||||||
#if c.body.fields().len() > 0 {
|
#if c.body.fields().len() > 0 {
|
||||||
text(weight: "medium")[
|
text(weight: "medium")[
|
||||||
#c.supplement #c.counter.display("1.1.1")
|
#c.supplement #context c.counter.display("1.1.1")
|
||||||
]
|
]
|
||||||
c.separator
|
c.separator
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue