Scroll PDF Exporter: using page-break-after: avoid

Robert Lauriston
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 25, 2013

The default template is putting page breaks immediately after headers. How do I stop that?

Looking at the docs, I get the impression that the following should suppress page breaks after H2 headings, but it has no effect:

div.section-1,
div.section-2 {
page-break-after: avoid;
}

Neither does this:

div.section-2 {
page-break-after: avoid;
}

1 answer

1 accepted

0 votes
Answer accepted
Robert Lauriston
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 25, 2013

Found the answer:

h1, h2, h3, h4, h5 {
  page-break-after: avoid;
}
https://k15t.jira.com/browse/PDF-321

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events