Clean Formatter
Use this skill when a Markdown table in the working tree has ragged columns.
Steps
- Find the table the user named.
- Rewrite the column widths.
- Show the diff.
git status --short
git diff -- docs/
The formatting rules follow the CommonMark table extension.