ziben / MarkdownTablePrettify-VSCodeExt

Visual Studio Code extension to prettify markdown tables.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown table prettifier extension for Visual Studio Code

Build Status

Makes tables more readable for humans. Compatible with the Markdown writer plugin's table formatter feature in Atom.

Features

  • Remove redundant ending table border if the beginning has no border, so the table will not end with "|".
  • Create missing ending table border if the beginning already has a border, so the table will end with "|".
  • Save space by not right-padding the last column if the table has no border.
  • Support empty columns inside tables.

feature X

Extension Settings

The extension is available for markdown (.md) files. To format a table just select the entire table, then right click to format the selection.

Known Issues

  • Formatting multiple tables at once and formatting an entire file is not supported.

About

Visual Studio Code extension to prettify markdown tables.

License:MIT License


Languages

Language:TypeScript 100.0%