//! Markdown table formatting for detected tables.
//!
//! Note: Table detection is not PDF spec-compliant and has been removed.
//! This module is deprecated and will be removed in a future version.
use crateTableFormatConfig;
use crateTextBlock;
/// Markdown table formatter.
///
/// Converts detected table structures to valid markdown table syntax.
;