add back linebreak

This commit is contained in:
Felix Wu
2018-09-14 17:54:57 +02:00
committed by Felix Wu
parent e1a9c5292c
commit d0a8a797f7
2 changed files with 323 additions and 323 deletions

642
README.md

File diff suppressed because it is too large Load Diff

View File

@ -76,7 +76,7 @@ if (
data.slice(data.lastIndexOf('```js'), data.lastIndexOf('```')) +
data.slice(data.lastIndexOf('```'))
);
output += data + '\n' + misc.link('⬆ Back to top', misc.anchor('Table of Contents')) + '\n\n';
output += data + '\n<br>' + misc.link('⬆ Back to top', misc.anchor('Table of Contents')) + '\n\n';
}
// Write to the README file of the archive
@ -206,7 +206,7 @@ try {
snippet.slice(snippet.lastIndexOf('```'))
);
output += snippet + '\n' + misc.link('⬆ Back to top', misc.anchor('Table of Contents')) + '\n\n';
output += snippet + '\n<br>' + misc.link('⬆ Back to top', misc.anchor('Table of Contents')) + '\n\n';
}
}