aigis-marked
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -27,5 +27,9 @@ var fs = require('fs'); | ||
switch (lang) { | ||
case 'hbs': | ||
case 'ejs': | ||
lang = 'html'; | ||
break; | ||
case 'js': | ||
lang = 'javascript'; | ||
break; | ||
} | ||
@@ -32,0 +36,0 @@ var language = Prism.languages[lang] || Prism.languages.autoit; |
{ | ||
"name": "aigis-marked", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Custom markdown renderer for aigis used with marked.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
56873
438
0