fixed raw decode warning + updated doc

This commit is contained in:
2025-02-23 14:12:50 +01:00
parent 37dce1f7c9
commit c0a42aa8a6
13 changed files with 88 additions and 78 deletions

View File

@ -13,7 +13,7 @@
box(
stroke: black + 1pt,
radius: .5em,
fill: if fill {yellow.lighten(80%)} else {none},
fill: if fill {orange.lighten(95%)} else {none},
if show-src {
let src-block = align(left, raw(src, lang: "typc"))
table(