//! Internal re-exports for cross-module use within markdown_widget.
//!//! This module provides `pub(crate)` re-exports for functions and types
//! that need to be shared across different parts of the markdown_widget
//! module but should not be part of the public API.