Browse Source

Fixed RemovedMdToc

pull/23/head
Jure Šorn 6 years ago
parent
commit
1cb2af3276
1 changed files with 1 additions and 1 deletions
  1. 2
      web/script.js

2
web/script.js

@ -33,7 +33,7 @@ function removeMdToc(text) {
out.push(line);
}
}
return out.join();
return out.join('\n');
}
function insertLinks() {

Loading…
Cancel
Save