#import "@preview/codly:1.3.0": *
#import "@preview/codly-languages:0.1.1": *
#show: codly-init.with()
#raw(block: true, read("./main.rs"), lang: "rust")
main.rs is big, spans multiple pages. I want to put text before code block on each new page where it continues (something like "continuation of listing...").
how can I achieve this?
any pointers would be greatly appreciated.
