Expand description
Continuation/blank-line handling policy.
This module centralizes the parser’s “should this line continue an existing container?” logic (especially across blank lines). Keeping this logic in one place reduces the risk of scattered ad-hoc heuristics diverging as blocks move into the dispatcher.