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

https://github.com/robertoprevato/markdowntools

Useful tools for Markdown
https://github.com/robertoprevato/markdowntools

Last synced: 6 months ago
JSON representation

Useful tools for Markdown

Awesome Lists containing this project

README

          

# Useful tools to work with Markdown

## Markdown to table of contents
Basic tool to generate table of contents from source Markdown files.

```bash
python mktable.py -f example.md > table.md
```

## Excel / ODS table to markdown
Basic tool to generate Markdown tables from ODS or XLSX files.

```bash
python exceltomktable.py -f example.ods

python exceltomktable.py -f example.xlsx
```