mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
Make newline formatting explicit.
This commit is contained in:
@@ -24,7 +24,7 @@ function build(type) {
|
|||||||
$a.replaceWith($a.html());
|
$a.replaceWith($a.html());
|
||||||
});
|
});
|
||||||
|
|
||||||
var html = $.html().replace(/(<)!--\s*|\s*--(>)/g, '$1$2');
|
var html = _.trim($.html().replace(/(<)!--\s*|\s*--(>)/g, '$1$2'));
|
||||||
|
|
||||||
html = [
|
html = [
|
||||||
'---',
|
'---',
|
||||||
@@ -33,6 +33,7 @@ function build(type) {
|
|||||||
'title: Lodash Documentation',
|
'title: Lodash Documentation',
|
||||||
'version: ' + (version || null),
|
'version: ' + (version || null),
|
||||||
'---',
|
'---',
|
||||||
|
'',
|
||||||
html,
|
html,
|
||||||
].join('\n');
|
].join('\n');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user