removed: code snippet line numbers

This commit is contained in:
Sven Vogel 2024-07-05 09:50:36 +02:00
parent 5f4044111e
commit 9c71251771
1 changed files with 0 additions and 8 deletions

View File

@ -53,14 +53,6 @@
// set theme for code blocks
set raw(tab-size: 4, theme: "res/github.tmTheme")
show raw.where(block: true): code => {
show raw.line: line => {
text(fill: gray)[#line.number]
h(1em)
line.body
}
code
}
show figure: set block(breakable: true)