//! Table of Contents state for markdown widget.
//!
//! Single source of truth for TOC state including scroll offset, hover state, and entries.
pub use *;
pub use *;
pub use *;
/// State for the Table of Contents sidebar.
///
/// Manages scroll position, hover state, and TOC entries.