Page Break Marker

Use the page break marker when you want a section to start on a fresh page.

Usage

Insert the marker where you want the next content block to begin on a new page:

@pagebreak

When to Use

Page breaks help when you need to:

  • start a new section on a fresh page
  • separate distinct parts of a document
  • prevent content from splitting awkwardly
  • create clear visual separation between topics

Example

# Section 1

Content for section 1...

@pagebreak

# Section 2

Content for section 2 starts on a new page...

This keeps pagination predictable across documents of different lengths.