In page-by-page format, the CSS target-counters property can be used to include multiple counters. The specification gives the following example (simplified):
a::after { content: "see section " target-counters(attr(href, url), section, ".") }
which should output something like (see section 1.3.5) .
How to set up a section counter?
css css-paged-media
phihag
source share