Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

NodeKind::PageBreak

Wire tag: pageBreak[#改ページ] page break marker.

Source examples

end of chapter
[#改ページ]
beginning of next chapter

Rendered HTML

<div class="aozora-page-break"></div>

CSS gives the div a page-break-before: always for paged media (EPUB / print).

Serialize output

Round-trips to [#改ページ]\n.

AST shape

AozoraNode::PageBreak is a unit variant — no payload.

When emitted

Phase 3 sees [#改ページ] and emits a single BlockLeaf classification covering the whole bracket span.

Diagnostics

None on well-formed input.