Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ad-si/table-convert
- Owner: ad-si
- Created: 2015-11-23T10:23:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T19:01:03.000Z (9 months ago)
- Last Synced: 2024-05-02T05:41:19.244Z (8 months ago)
- Topics: cli, cli-tool, conversion, html, latex, markdown, md, multimarkdown, table, tex
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/table-convert
- Size: 757 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```