copy-excel-paste-markdown icon indicating copy to clipboard operation
copy-excel-paste-markdown copied to clipboard

A couple of typos in the code?

Open dwjohnston opened this issue 2 years ago • 0 comments

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

dwjohnston avatar Aug 30 '23 04:08 dwjohnston