docs: justify main text

This commit is contained in:
multisn8 2024-01-10 21:39:21 +01:00
parent 7ee0ab8239
commit 437fdf7857
Signed by: multisamplednight
GPG key ID: C81EF9B053977241

View file

@ -69,6 +69,7 @@
}
}),
)
set par(justify: true)
set text(..fonts.main)
set heading(numbering: "A.1")
@ -86,6 +87,11 @@
inset: (x: 0.15em),
radius: 0.25em,
)
show raw.where(block: true): it => {
// don't try to put codeblocks into blocktext
set par(justify: false)
it
}
// highlight important terms in bold
show raw: it => {