md-table-formatting

Reformat Markdown tables to enforce consistent column widths, padding, and alignment.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/bitranox/bx_skills --skill md-table-formatting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: md-table-formatting
Source: https://github.com/bitranox/bx_skills/tree/main/src/bx_skills/catalog_skills/md-table-formatting
Command: npx skills add https://github.com/bitranox/bx_skills --skill md-table-formatting

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Markdown tables often become misaligned and inconsistent across documents, leading to readability issues and lint failures. This skill provides automated reformatting to enforce uniform padding, column widths, and alignment rules so tables stay clean with minimal manual edits.

Core Features & Use Cases

  • Pad all cells to the widest content in each column to maintain consistent widths.
  • Ensure separator rows have dashes touching pipes and reflect column widths.
  • Reformat content cells to have a single space padding and maintain alignment across rows.
  • Use case: standardize all markdown tables in a project to improve readability and reduce review time.

Quick Start

Reformat all Markdown tables in the document to ensure consistent padding, alignment, and structure.

Frequently Asked Questions about md-table-formatting

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix misaligned markdown tables automatically?

Markdown table formatting is automated by parsing pipes and alignment markers to enforce uniform column widths and single-space cell padding. It processes tables in normal text, blockquotes, and fenced markdown code blocks while ignoring other code blocks.

Does markdown table formatting work inside blockquotes and code blocks?

Markdown table formatting works inside blockquotes and fenced code blocks tagged as markdown. It parses pipes and alignment markers within these contexts while ignoring other types of code blocks, preserving the original code fences in the output.

How do I standardize markdown table padding and alignment across a project?

Standardize markdown table padding by running this skill to reformat all tables in your document. It ensures every cell has single space padding, matches the widest content in each column, and adjusts separator rows with dashes touching the pipes.

Will reformatting markdown tables change the content of my cells?

Reformatting markdown tables does not change cell content, only the structural spacing. It preserves your text while adjusting pipe placement, column widths, and single space padding to ensure alignment across all rows without altering the actual data.

Can I use markdown table linting to pass documentation review checks?

Markdown table linting helps pass documentation review checks by enforcing consistent formatting rules across all tables. Standardizing column widths and separator rows reduces manual review time and prevents lint failures caused by misaligned or inconsistent table structures.