Skip to content

Commit 1cb2af3

Browse files
committed
Fixed RemovedMdToc
1 parent 256e03d commit 1cb2af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function removeMdToc(text) {
3333
out.push(line);
3434
}
3535
}
36-
return out.join();
36+
return out.join('\n');
3737
}
3838

3939
function insertLinks() {

0 commit comments

Comments
 (0)