0.2.0 • Published 1 year ago
table-convert v0.2.0
Table Convert
CLI tool to convert HTML tables to Multimarkdown or LaTeX.
Installation
npm install --global table-convert
Usage
Print a Multimarkdown table to stdout:
table-convert table.html
# or
table-convert --to markdown table.html
Print a LaTeX table to stdout:
table-convert --to latex table.html