Skip to content

Convert complex HTML tables to Multimarkdown and LaTeX tables

Notifications You must be signed in to change notification settings

ad-si/table-convert

Repository files navigation

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