Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950ad1d commit 09f42f5Copy full SHA for 09f42f5
lib/generate/ebook/index.js
@@ -9,10 +9,6 @@ var parse = require("../../parse");
9
var BaseGenerator = require("../page");
10
var stringUtils = require("../../utils/string");
11
12
-/*
13
- * This generator inherits from the single page generator
14
- * and convert the page output to ebook
15
- */
16
var Generator = function() {
17
BaseGenerator.apply(this, arguments);
18
};
lib/generate/page/index.js
@@ -8,10 +8,6 @@ var fs = require("../fs");
8
var parse = require("../../parse");
var BaseGenerator = require("../site");
-
- * This generator will generate a simple index.html which can be converted as a PDF
0 commit comments