gitbook-markdown
Advanced tools
Comparing version 0.1.0 to 0.1.1
var Q = require('q'); | ||
var _ = require('lodash'); | ||
var kramed = require('kramed'); | ||
var hljs = require('highlight.js'); | ||
@@ -12,3 +13,3 @@ | ||
highlight: function (code, lang) { | ||
if(!lang) return code; | ||
if(!lang || !hljs) return code; | ||
@@ -15,0 +16,0 @@ // Normalize lang |
{ | ||
"name": "gitbook-markdown", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://www.gitbook.com", | ||
@@ -38,3 +38,6 @@ "description": "Parse markdown content for gitbook", | ||
} | ||
] | ||
], | ||
"browser": { | ||
"highlight.js": false | ||
} | ||
} |
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
14808