reformat-markdown-table
v1.1.0
Published
Reformat and align markdown tables
Readme
reformat-markdown-table
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