aigis-marked
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -12,3 +12,3 @@ var _ = require('lodash'); | ||
this._defineRenderer(); | ||
this._enableSyntaxHighlight(options.highlight); | ||
this._enableSyntaxHighlight(this.options.highlight); | ||
} | ||
@@ -15,0 +15,0 @@ util.inherits(MarkedCustomRenderer, marked.Renderer); |
{ | ||
"name": "aigis-marked", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Custom markdown renderer for aigis used with marked.", | ||
@@ -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
7858