fix: typst-0.13 #121

Merged
servostar merged 4 commits from fix/typst-0.13 into main 2025-03-06 16:07:56 +00:00
1 changed files with 5 additions and 2 deletions
Showing only changes of commit 33aff90c56 - Show all commits

View File

@ -18,9 +18,12 @@
show outline.entry: it => {
link(it.element.location())[
#v(12pt, weak: true)
#text(weight: "regular", it.body)
#it.prefix()
#[:]
#h(0.5em)
#text(weight: "regular", it.body())
#box(width: 1fr, it.fill)
#[ #it.page]
#[ #it.page()]
]
}