setEmitPageBoundaryMarkers

public final void setEmitPageBoundaryMarkers(boolean value)

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.

Parameters

value

The value to set for the EmitPageBoundaryMarkers property.