docs: some initial groundwork #2
1 changed files with 6 additions and 0 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Reference in a new issue