//! Source state for markdown widget.
//!
//! Manages markdown content source - either from a string or a file.
pub use *;
pub use *;
pub use *;
use crateMarkdownSource;
/// Source state for markdown content management.
///
/// Manages the markdown source (string or file) and tracks line count.