I think this is currently not possible. According to the comments for layout-line-number in crates/typst-layout/src/flow/compose.rs , the par.line counter is currently different from normal counters, so this counter is not exposed to users through counter(par.line) or any other means.
1 Like