//! Cache state for markdown widget.
//!
//! Manages parsed and rendered markdown caches for efficient rendering.
pub use *;
pub use *;
pub use ParsedCache;
pub use RenderCache;
pub use *;
/// Cache state for markdown rendering.
///
/// Maintains two levels of caching:
/// - Parsed cache: Content-dependent, width-independent
/// - Render cache: Content and width-dependent