hdoc-tools 0.7.24 → 0.7.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/hdoc-build.js +0 -1
- package/hdoc-serve.js +1 -2
- package/package.json +1 -1
package/hdoc-build.js
CHANGED
package/hdoc-serve.js
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
path = require('path'),
|
|
7
7
|
hdoc = require(path.join(__dirname, 'hdoc-module.js')),
|
|
8
8
|
stream = require('stream');
|
|
9
|
-
|
|
9
|
+
|
|
10
10
|
const yaml = require('js-yaml');
|
|
11
11
|
const mdfm = require('markdown-it-front-matter');
|
|
12
12
|
|
|
@@ -110,7 +110,6 @@
|
|
|
110
110
|
var frontmatter_content = "";
|
|
111
111
|
md.use(mdfm, function (fm) {
|
|
112
112
|
frontmatter_content = fm;
|
|
113
|
-
console.log("FM:", fm);
|
|
114
113
|
});
|
|
115
114
|
|
|
116
115
|
// Render markdown into HTML
|