marked-terminal
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -41,2 +41,3 @@ "use strict"; | ||
href: chalk.blue.underline, | ||
text: identity, | ||
unescape: true, | ||
@@ -72,3 +73,5 @@ emoji: true, | ||
Renderer.prototype.text = identity; | ||
Renderer.prototype.text = function (text) { | ||
return this.o.text(text); | ||
}; | ||
@@ -75,0 +78,0 @@ Renderer.prototype.code = function(code, lang, escaped) { |
{ | ||
"name": "marked-terminal", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "A custom render for marked to output to the Terminal", | ||
@@ -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
12161
272