Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ad-si/table-convert

Convert complex HTML tables to Multimarkdown and LaTeX tables
https://github.com/ad-si/table-convert

cli cli-tool conversion html latex markdown md multimarkdown table tex

Last synced: 24 days ago
JSON representation

Convert complex HTML tables to Multimarkdown and LaTeX tables

Awesome Lists containing this project

README

        

# Table Convert

CLI tool to convert HTML tables to Multimarkdown or LaTeX.

## Installation

```sh
npm install --global table-convert
```

## Usage

Print a Multimarkdown table to stdout:

```sh
table-convert table.html
# or
table-convert --to markdown table.html
```

Print a LaTeX table to stdout:

```sh
table-convert --to latex table.html
```