getEmitPageBoundaryMarkers

public final boolean getEmitPageBoundaryMarkers()

When enabled, the converter emits a unique HTML-comment marker at the start of every page (, where N is the 1-indexed physical page number). The markers are invisible when the Markdown is rendered to HTML but allow downstream tooling to slice the output reliably back into per-page chunks.

Return

The value of the EmitPageBoundaryMarkers property.