NodeKind::Keigakomi
Wire tag: keigakomi — ruled-box annotation (罫囲み).
Source examples
[#罫囲み]本文[#罫囲み終わり]
Rendered HTML
<span class="aozora-keigakomi"></span>
(Inline marker; the multi-line container form yields a
<div class="aozora-container-keigakomi"> wrapper instead — see
Container.)
Serialize output
Round-trips to [#罫囲み]...[#罫囲み終わり].
AST shape
pub struct Keigakomi;
Marker struct with no payload — the surrounding text carries the content.
When emitted
Phase 3 sees the inline form. Multi-line keigakomi blocks classify
as Container Keigakomi.
Diagnostics
None on well-formed input.
Related kinds
- Container — multi-line counterpart.