docs: justify main text
This commit is contained in:
parent
76096a07fc
commit
f7bb858fa3
1 changed files with 6 additions and 0 deletions
|
@ -69,6 +69,7 @@
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
|
set par(justify: true)
|
||||||
set text(..fonts.main)
|
set text(..fonts.main)
|
||||||
set heading(numbering: "A.1")
|
set heading(numbering: "A.1")
|
||||||
|
|
||||||
|
@ -86,6 +87,11 @@
|
||||||
inset: (x: 0.15em),
|
inset: (x: 0.15em),
|
||||||
radius: 0.25em,
|
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
|
// highlight important terms in bold
|
||||||
show raw: it => {
|
show raw: it => {
|
||||||
|
|
Loading…
Reference in a new issue