feat(examples): add code snippets

This commit is contained in:
2024-12-28 10:18:17 +02:00
parent 1d0d45b6ee
commit 2ff2c82385
9 changed files with 333 additions and 36 deletions

View File

@@ -191,3 +191,11 @@
[#author #title Pieejams: #link(link_str) aplūkots #date.display("[day].[month].[year]")]
}
}
#let codeblock(filename, lang) = {
raw(
read(filename),
block: true,
lang: lang,
)
}