Support new #context feature
Typst 0.11 now has the concept of #context's, which can be used with counters.
This commit is contained in:
parent
4e46b5efcc
commit
c4915f652d
@ -114,7 +114,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
let gloss_number = if numbering {
|
let gloss_number = if numbering {
|
||||||
[(#gloss-count.display())]
|
[(#context gloss-count.display())]
|
||||||
} else {
|
} else {
|
||||||
none
|
none
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user