Versuche und Ergebnisse Umstrukturiert
This commit is contained in:
@@ -82,9 +82,22 @@
|
||||
#set text(size: 12pt, weight: "semibold")
|
||||
#it
|
||||
]
|
||||
|
||||
]
|
||||
|
||||
#let body_content(children) = [
|
||||
// Markdown-like styling for fenced code blocks.
|
||||
#show raw: set text(font: "DejaVu Sans Mono", size: 9.5pt, fill: luma(20))
|
||||
#show raw.where(block: true): it => block(
|
||||
width: 100%,
|
||||
fill: luma(240),
|
||||
stroke: 0.5pt + luma(190),
|
||||
inset: 9pt,
|
||||
radius: 4pt,
|
||||
above: 0.8em,
|
||||
below: 0.8em,
|
||||
it,
|
||||
)
|
||||
#children
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user