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 0856fb4570 - Show all commits

View File

@ -13,7 +13,7 @@
#let render_filtered_outline(title: str, kind: selector) = (
context {
let elems = query(figure.where(kind: kind), here())
let elems = query(figure.where(kind: kind))
let count = elems.len()
show outline.entry: it => {