//! 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::*`.
// The `unused_imports` warning below is a false positive from the pre-existing
// E0761 ambiguity on the `app` module; all items here are used by external callers.
pub use draw;
pub use extract_line_text_range;
pub use ;
pub use ;