//! Markdown preview panel.
//!
//! The module is split into focused submodules; everything that external
//! callers need is re-exported from here so the public API is unchanged.
// Public API — re-export everything callers access via `crate::ui::markdown_view::*`.
pub use draw;
pub use extract_line_text_range;
pub use ;