//! Expandable state for markdown widget.
//!
//! Manages expandable content sections that can be collapsed/expanded.
pub use *;
pub use ExpandableEntry;
pub use *;
pub use *;
use HashMap;
/// Expandable state for markdown content.
///
/// Tracks which content blocks are expanded/collapsed and their max line settings.