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 9bdd1ac commit f14a438Copy full SHA for f14a438
scripts/docs-build.js
@@ -30,6 +30,7 @@ fs.readFile(src, 'utf8', function (err, data) {
30
}
31
32
var result = data.replace(/@VERSION@/g, npm.version)
33
+ .replace(/^<!--.*-->$/gm, '')
34
.replace(/^---\n([\s\S]+\n)---/, frontmatter)
35
.replace(/\[([^\]]+)\]\(\/commands\/([^)]+)\)/g, replacer)
36
.replace(/\[([^\]]+)\]\(\/configuring-npm\/([^)]+)\)/g, replacer)
0 commit comments