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

Wire tag: alignEnd — right-edge alignment marker (字上げ).

Source examples

[#地付き]
[#地から3字上げ]

Rendered HTML

<span class="aozora-align-end" data-offset="0"></span>

offset is 0 for 地付き, N for 地から N 字上げ.

Serialize output

Round-trips to [#地付き] / [#地からN字上げ].

AST shape

pub struct AlignEnd {
    pub offset: u8,
}

When emitted

Phase 3 matches the directive form. Paired alignment regions ([#ここから地から N 字上げ][#ここで字上げ終わり]) are Container instead.

Diagnostics

None.

  • Indent — left-edge counterpart.
  • Container — paired regions (ContainerKind::AlignEnd).