Markdown AST Table Generator

Generate valid Markdown tables compliant with GFM specifications.

Generated Markdown
--

Markdown tables are an extension of the CommonMark spec (typically GitHub Flavored Markdown). They require precise alignment of pipes and hyphens for AST parsers to correctly identify them as tabular data structures rather than standard paragraphs.