Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>Markdown Table PolisherNew to Visual Studio Code? Get it now.
Markdown Table Polisher

Markdown Table Polisher

VaultOps

|
3 installs
| (0) | Free
Aligns markdown table columns in selected text for cleaner docs diffs.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Markdown Table Polisher

Aligns markdown table columns in selected text for cleaner docs diffs.

Archetype: markdown.assist (markdown-tools)

Usage

Use the Command Palette (Ctrl/Cmd+Shift+P) and run the commands listed below.

Command surface

  • markdown-table-polisher.formatTable - Format markdown table: Align selected markdown table columns for readability.
  • markdown-table-polisher.insertToc - Insert markdown TOC: Insert a generated table of contents at cursor position.

Feature profile

  1. Select table region and run format command.
  2. Regenerate TOC after section edits.
  3. Review diff before commit.

Boundaries

No remote markdown rendering or external validation services are used.

Local development

npm install
npm run build
npm test

Use F5 in VS Code to launch an Extension Development Host.

Packaging

npm run package

Module notes

  • UI settings are exposed in workspace settings under this extension namespace.
  • Local run metadata uses ExtensionContext.globalState only.
  • Analytics is local-only and disabled unless FOF_ANALYTICS_OPT_IN=true.

Marketplace submission notes

  • Set a real publisher in package.json.
  • Replace placeholder assets in assets/ (icon + screenshots).
  • Upload .vsix or release source archive from dist-submission/.

Support

For support, contact support@example.com.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft