rdmurphy / node-copytext

:ledger::scissors: A module for accessing a XLSX spreadsheet as a JavaScript object.
https://www.npmjs.com/package/copytext
MIT License
16 stars 1 forks source link

Remove markdown support #4

Closed rdmurphy closed 8 years ago

rdmurphy commented 8 years ago

In effort to consolidate concerns of this library, I think node-copytext should no longer concern itself with markdown conversion.

The library returns nicely formatted JSON — it should be simple to add an extra step in a conversion workflow to follow up with any special modifications. This has the added benefit of no longer dictating how a user's spreadsheet should be formatted — they can follow whatever rules they choose!