diff --git a/Jakefile.js b/Jakefile.js index 33a89b01..19073ef3 100644 --- a/Jakefile.js +++ b/Jakefile.js @@ -133,8 +133,8 @@ function mustachify(inFile, lines, outFile) { // Remove header md = data.split("\n").slice(lines).join("\n"), html = new Ronn(md).html() - .replace(/<[\/]*html>/, "") - .replace("
", '
/g, "")
+            .replace(/
/g, '
');
     fs.writeFileSync(outFile, html, opts);
 }