//! Collapse state for markdown widget.
//!
//! Manages section collapse/expand state with hierarchical support.
pub use *;
pub use *;
pub use *;
use HashMap;
/// Collapse state for markdown sections.
///
/// Tracks which sections are collapsed and their hierarchy.