Markdown Table Formatter
Format GitHub-Flavored Markdown tables and convert simple CSV or TSV input into a Markdown table. This formatter changes spacing and alignment, not cell content.
Workflow
- Run scripts/format_markdown_table.py with a Markdown file or stdin.
- Use --from-csv for CSV or TSV input.
- Review stdout.
- Write in place only with --write and --force.
Guardrails
- Do not change cell content.
- Do not overwrite files without --force.
- Do not fetch remote input.
Verification
Run tests/test_markdown_table.py. Formatted output must match fixtures/expected/clean.md.
Commercial Terms
Price: $0 / 0 credits. Free commercial use for personal or internal team workflows. Do not resell or redistribute the package as-is.