diff --git a/src/style.typ b/src/style.typ index 41daa45..716ea58 100644 --- a/src/style.typ +++ b/src/style.typ @@ -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)