Skip to content

Commit 8fa598f

Browse files
committed
remove gdocs.js workaround for extra space issue in gdocs api
1 parent 91f9efe commit 8fa598f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

gdocs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ function download(collection, name, url) {
7272
function(data){
7373
data = data.replace('\ufeff', '');
7474
data = data.replace(/\r\n/mg, '\n');
75-
data = data.replace(/^ /mg, ' '); //for some reason gdocs drop first space for indented lines
7675

7776
// strip out all text annotation comments
7877
data = data.replace(/^\[a\][\S\s]*/m, '');

0 commit comments

Comments
 (0)