Comparing version 0.2.20 to 0.2.21
@@ -750,3 +750,3 @@ /** | ||
if (token.demo !== undefined) | ||
return '<textarea id=codecontent-"' + metadata.codeCounter + '" class=demo language-' + token.lang + '">' + token.text + '</textarea>'; | ||
return '<div id=codecontent-"' + metadata.codeCounter + '" class=demo language-' + token.lang + '">' + token.text + '</div>'; | ||
@@ -753,0 +753,0 @@ var pretag = '<pre id="codecontent-' + metadata.codeCounter + '">'; |
{ | ||
"name" : "namp", | ||
"version" : "0.2.20", | ||
"version" : "0.2.21", | ||
"description" : "Markdown parser for Node, with Maruku, GFM, and PHP Extras support, plus more. Based on marked.", | ||
@@ -5,0 +5,0 @@ "keywords" : [ "markdown", "maruku", "gfm", "text processing", "ast" ], |
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
262223