Given the following layout:
I'd like to be able to insert a header whenever the list breaks but of course only when the list breaks. A use case would be an "Experience" list that when broken across pages shows an "Experience (cont.)" header.
ul
li
li
<!-- page break -->
li
li
I'd like to be able to insert a header whenever the list breaks but of course only when the list breaks. A use case would be an "Experience" list that when broken across pages shows an "Experience (cont.)" header.