//! Streamdown Core
//!
//! This crate provides core types, traits, and error definitions
//! for the streamdown markdown renderer.
//!
//! # Overview
//!
//! The core crate contains:
//! - [`ParseState`] - The main state machine for streaming markdown parsing
//! - [`Code`], [`ListType`], [`TableState`], [`BlockType`], [`EmitFlag`] - State enums
//! - [`StreamdownError`] - Error types
//! - [`Position`], [`Span`] - Source location types
pub use ;
pub use ;
pub use ;
pub use ;