Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

table-convert

adius11MIT0.2.0

Convert HTML tables to Multimarkdown or LaTeX tables

html, multimarkdown, table

readme

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