Clean Formatter

Format Markdown tables in the current project so columns align.

modiqo 064eca1 406 B Updated

File contents

Clean Formatter

Use this skill when a Markdown table in the working tree has ragged columns.

Steps

  1. Find the table the user named.
  2. Rewrite the column widths.
  3. Show the diff.
git status --short
git diff -- docs/

The formatting rules follow the CommonMark table extension.

modiqo/skillspec/tree/main/fixtures/effects/clean-formatter commit 064eca1fc2

Frequently asked questions

npx skillmds@latest add modiqo/clean-formatter