Comparing version 0.1.6 to 0.1.7
@@ -801,4 +801,4 @@ // Released under MIT license | ||
var res; | ||
if ( m[2] in this.dialect.inline ) { | ||
res = this.dialect.inline[ m[2] ].call( | ||
if ( m[2] in Markdown.dialects.Gruber.inline ) { | ||
res = Markdown.dialects.Gruber.inline[ m[2] ].call( | ||
this, | ||
@@ -805,0 +805,0 @@ text.substr( m.index ), m, previous_nodes || [] ); |
{ | ||
"name" : "namp", | ||
"version" : "0.1.6", | ||
"version" : "0.1.7", | ||
"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
488520