I found several tools / scripts for converting CSV -> (Multi) Markdown, but is there anything to be done in the opposite direction?
I really like tables in Markdown and with the SublimeText and TableEditor plugin it is really convenient to add columns, tabs through cells, etc.
but not everyone likes to edit the data in a text file, so I would like to convert it to ex. CSV and import into a spreadsheet (Google or Excel) for others.
Is there anything that can do this automatically or should I create my own script / plugin for pandoc / RedCarpet ...
Simon source
share