md2docx/table
Plugin to convert Markdown tables (MDAST) to DOCX with support for rich formatting and seamless integration into mdast2docx.
What's novel
Plugin to convert Markdown tables (MDAST) to DOCX with support for rich formatting and seamless integration into mdast2docx.
Code Analysis
9 files read · 5 roundsA plugin that converts Markdown table AST nodes into richly formatted Word document tables using the docx library with configurable alignment, borders, and cell styling.
Strengths
Clean plugin architecture with excellent type safety, sensible default configuration merging, and proper handling of complex cases like block elements within cells. The implementation is non-trivial and solves a genuine problem in the Markdown-to-Word conversion ecosystem.
Weaknesses
Critically lacks test coverage - only basic smoke tests exist with no edge case validation. Minimal error handling for malformed tables or unusual inputs. Missing documentation files and limited README accessibility.
Score Breakdown
Signal breakdown
Innovation
Craft
Traction
Scope
Evidence
Commits
1059
Contributors
1
Files
136
Active weeks
50
Repository
Language
TypeScript
Stars
1
Forks
2
License
MPL-2.0