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
|
level: 1
|
||||||
): it => {
|
): it => {
|
||||||
v(constants.font_size * 1.25, weak: true)
|
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)
|
strong(it)
|
||||||
} else {
|
} else {
|
||||||
it
|
it
|
||||||
|
|
Loading…
Add table
Reference in a new issue