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

This commit is contained in:
Sven Vogel 2024-11-20 10:04:17 +01:00
parent f3ebfaf538
commit ddfec22fe8
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@
show figure.caption: c => [
#if c.body.fields().len() > 0 {
text(weight: "medium")[
#c.supplement #c.counter.display("1.1.1")
#c.supplement #context c.counter.display("1.1.1")
]
c.separator
}