-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Description
Stray row.map here:
copy-excel-paste-markdown/script.js
Line 56 in 5a52f3a
| row.map |
Should this regex actually be /[\u0085\u2028\u2029]|[\r\n?]/g?
copy-excel-paste-markdown/script.js
Line 23 in 5a52f3a
| var rows = data.split((/[\u0085\u2028\u2029]|\r\n?/g)).map(function(row) { |
Metadata
Metadata
Assignees
Labels
No labels