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::SectionBreak

Wire tag: sectionBreak — section breaks (改丁 / 改段 / 改見開き).

Source examples

[#改丁]
[#改段]
[#改見開き]

Rendered HTML

<div class="aozora-section-break aozora-section-break-choho"></div>

The second class slot carries the variant slug (choho, dan, spread, other).

Serialize output

Round-trips to [#改丁] etc.

AST shape

AozoraNode::SectionBreak(SectionKind)

SectionKind is Choho (改丁) / Dan (改段) / Spread (改見開き).

When emitted

Phase 3 matches each directive; the kind enum captures which.

Diagnostics

None on well-formed input.

  • PageBreak — finer-grained [#改ページ] variant.