docs: some initial groundwork #2

Merged
multisamplednight merged 26 commits from :initial-docs into main 2024-01-20 19:00:52 +00:00
Showing only changes of commit fe96a17551 - Show all commits

View file

@ -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 => {