How to add page breaks

If your report uses markdown headings, you can add page breaks using CSS.

h1, h2 {
  page-break-before: always;
}