In Latex, I was using listings with line numbers displayed in the page margin, and I would like to have that in Typst, too.
Is there some way to achieve this?
I am currently using codly with
#codly(
languages: codly-languages,
inset: (x: .32em, y: 0.25em),
lang-format: none,
number-align: right + top,
number-placement: "outside",
zebra-fill: none,
fill: luma(245),
highlighted-default-color: luma(230),
reference-sep: [, line~],
)
and I don't see any options for what I want in the Codly docs.
But I would probably be fine without Codly/another package, if that makes things easier.
Thanks for any ideas or hints!