We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f9efe commit 8fa598fCopy full SHA for 8fa598f
1 file changed
gdocs.js
@@ -72,7 +72,6 @@ function download(collection, name, url) {
72
function(data){
73
data = data.replace('\ufeff', '');
74
data = data.replace(/\r\n/mg, '\n');
75
- data = data.replace(/^ /mg, ' '); //for some reason gdocs drop first space for indented lines
76
77
// strip out all text annotation comments
78
data = data.replace(/^\[a\][\S\s]*/m, '');
0 commit comments