//! Extensions for the markdown widget.
//!
//! This module contains optional extensions that add functionality to the
//! markdown widget. Each extension is designed to work independently or
//! together with other extensions.
//!
//! # Available Extensions
//!
//! - `scrollbar`: Custom scrollbar with accurate scroll tracking
//! - `selection`: Mouse event handling for selection and navigation
//! - `theme`: Color themes and syntax highlighting
//! - `toc`: Table of Contents navigation widget
pub use ;
pub use ;
pub use ;