Report Formatting - How to have article title repeat on subsequent pages

I am using the report to export my notes to make it easier for me to work with. Some of my items have lots of notes that cause the entries to spread to multiple pages. How can I have the item name repeat as a header on the pages that the notes are for? I am already using the page break formatting code.

li.item:not(:first-child) {
page-break-before: always;
}

Sign In or Register to comment.