markdown_format_tables
Formats markdown tables for readability by calculating optimal column widths, aligning cells, and preserving alignment markers (left, center, right).
Instructions
Format markdown tables for human readability. Calculates optimal column widths based on content and aligns all cells. Preserves column alignment markers (left, center, right).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | The markdown content containing tables to format. |