Comparing version 0.2.2 to 0.2.3
@@ -71,3 +71,3 @@ /** | ||
block.gfm = { | ||
fences: /^ *``` *(\w+)? *\n([^\0]+?)\s*``` *(?:\n+|$)/, | ||
fences: /^ *``` *([\w\-]+)? *\n([^\0]+?)\s*``` *(?:\n+|$)/, | ||
paragraph: /^/ | ||
@@ -74,0 +74,0 @@ }; |
{ | ||
"name" : "namp", | ||
"version" : "0.2.2", | ||
"version" : "0.2.3", | ||
"description" : "Markdown parser for Node, with Maruku, GFM, and PHP Extras support, plus more.", | ||
@@ -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
261627