https://github.com/msprev/tabbed2md
tab-delimited (e.g. Excel) data -> markdown table
https://github.com/msprev/tabbed2md
Last synced: about 1 year ago
JSON representation
tab-delimited (e.g. Excel) data -> markdown table
- Host: GitHub
- URL: https://github.com/msprev/tabbed2md
- Owner: msprev
- Created: 2015-11-07T14:25:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-09T09:11:44.000Z (over 10 years ago)
- Last Synced: 2024-10-19T11:14:24.390Z (over 1 year ago)
- Language: Python
- Size: 0 Bytes
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# tabbed2md

to:

You want to paste data from an Excel spreadsheet into a markdown document.
Excel provides its data delimited by tabs.
Markdown tables are not delimited by tabs.
Unpleasant text wrangling follows.
tabbed2md wrangles text so you don't have to.
Pipe data through `tabbed2md.py`.
tabbed2md takes tab-delimited lines of text as input.
tabbed2md gives a [pandoc][pandoc] markdown formatted table as output.
There is no agreed table format for markdown documents.
tabbed2md outputs [pandoc-flavoured][pandoc-table] markdown.
If you want your markdown table in another markdown flavour (e.g. GitHub markdown), use pandoc to transform tabbed2md's output (`pandoc -t markdown_github`).
[pandoc]: http://johnmacfarlane.net/pandoc/index.html
[pandoc-table]: http://pandoc.org/README.html#tables