chore: remove deprecation warnings for typst v0.12.0 #74

Merged
servostar merged 5 commits from chore/remove-deprecation-warnings into build/update-nix-channel 2024-11-20 09:10:13 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ddfec22fe8 - Show all commits

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
}