remove-markdown
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -5,3 +5,3 @@ module.exports = function(md, options) { | ||
output = md; | ||
var output = md; | ||
try { | ||
@@ -8,0 +8,0 @@ if (options.stripListLeaders) { |
{ | ||
"name": "remove-markdown", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Remove Markdown formatting from text", | ||
@@ -5,0 +5,0 @@ "main": "index.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
4847