Comparing version 1.2.2 to 1.2.3
@@ -17,3 +17,3 @@ const marked = require("marked"); | ||
} | ||
return `<-- ${marker} ${parts.join(", ")}${parts.length > 0 ? " " : ""}-->`; | ||
return `<!-- ${marker} ${parts.join(", ")}${parts.length > 0 ? " " : ""}-->`; | ||
} | ||
@@ -250,3 +250,3 @@ | ||
let htmlComments = flagsToHtmlComment(this.marker, snippet.flags); | ||
if (htmlComments.length > 0) htmlComments += "\n"; | ||
if (htmlComments.length > 0) htmlComments += "\n\n"; | ||
return `${htmlComments}\`\`\`${lang}\n${code}\n\`\`\``; | ||
@@ -253,0 +253,0 @@ } else if (snippet.flags.hide && !this.options.inplace) { |
{ | ||
"name": "evaldown", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Evalute JavaScript snippets in markdown files and output static pages.", | ||
@@ -5,0 +5,0 @@ "main": "lib/Evaldown.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68764