Loading src/styles/code.typ +9 −0 Original line number Diff line number Diff line Loading @@ -5,5 +5,14 @@ codly(languages: codly-languages) codly(radius: 0pt, lang-format: none, zebra-fill: none, stroke: none) show raw: set text(font: "Latin Modern Mono 12", number-type: "lining") show raw.where(block: false): box.with( fill: luma(240), outset: (y: 2pt), inset: (x: 2pt), radius: 1pt, ) doc } Loading
src/styles/code.typ +9 −0 Original line number Diff line number Diff line Loading @@ -5,5 +5,14 @@ codly(languages: codly-languages) codly(radius: 0pt, lang-format: none, zebra-fill: none, stroke: none) show raw: set text(font: "Latin Modern Mono 12", number-type: "lining") show raw.where(block: false): box.with( fill: luma(240), outset: (y: 2pt), inset: (x: 2pt), radius: 1pt, ) doc }