//! Paired-container classifier tags.
//!
//! [`ContainerKind`] is the tag the lexer's classify phase emits on
//! every paired open / close marker (e.g. `[#ここから2字下げ] … [#ここで字下げ終わり]`).
//! The renderer reads it when wrapping the enclosed sibling nodes
//! into an `AozoraNode::Container`.
/// The kinds of Aozora container blocks the lexer classifies.