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
- Host: GitHub
- URL: https://github.com/robertoprevato/markdowntools
- Owner: RobertoPrevato
- License: mit
- Created: 2018-09-08T20:35:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T20:49:17.000Z (about 7 years ago)
- Last Synced: 2024-11-24T20:46:33.508Z (11 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.odspython exceltomktable.py -f example.xlsx
```