dbrockman / reformat-markdown-table

Reformat and align markdown tables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reformat-markdown-table

Version Build Status Coverage Status Dependency Status devDependency Status

Reformat and align markdown tables

Takes a markdown string from stdin and outputs a formated string to stdout.

Example

sudo npm i -g reformat-markdown-table

# copy a markdown table to the clipboard

pbpaste | reformat-markdown-table | pbcopy

# paste the table back into the markdown doc

About

Reformat and align markdown tables

License:MIT License


Languages

Language:JavaScript 100.0%