copy-excel-paste-markdown
copy-excel-paste-markdown copied to clipboard
A couple of typos in the code?
Stray row.map here:
https://github.com/jonmagic/copy-excel-paste-markdown/blob/5a52f3a4cf515356d6b796adf4b69f27ec4d24d3/script.js#L56
Should this regex actually be /[\u0085\u2028\u2029]|[\r\n?]/g?
https://github.com/jonmagic/copy-excel-paste-markdown/blob/5a52f3a4cf515356d6b796adf4b69f27ec4d24d3/script.js#L23