typst v0.13.0 template update
This commit is contained in:
parent
d162f2f0fa
commit
0f656b1a08
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
|||
level: 1
|
||||
): it => {
|
||||
v(constants.font_size * 1.25, weak: true)
|
||||
if it.body.fields().at("children", default: none) != none {
|
||||
if it.body().fields().at("children", default: none) != none {
|
||||
strong(it)
|
||||
} else {
|
||||
it
|
||||
|
|
Loading…
Add table
Reference in a new issue