//! Djot event parsing and content extraction.
//!
//! Handles parsing of jotdown events into plain text, tables, and full DjotContent structures.
// Re-export public API for backward compatibility
pub use extract_complete_djot_content;
pub use extract_tables_from_events;
pub use extract_text_from_events;