Comparing version 0.2.2 to 0.2.3
@@ -317,3 +317,3 @@ /** | ||
inline._linkInside = /(?:\[[^\]]*\]|[^\]]|\](?=[^\[]*\]))*/; | ||
inline._linkHref = /\s*<?([^\s]*?)>?(?:\s+"([^\n]+)")?\s*/; | ||
inline._linkHref = /\s*<?([^\s]*?)>?(?:\s+['"]([^\0]*?)['"])?\s*/; | ||
@@ -320,0 +320,0 @@ inline.link = replace(inline.link) |
@@ -5,3 +5,3 @@ { | ||
"author": "Christopher Jeffrey", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"main": "./lib/marked.js", | ||
@@ -8,0 +8,0 @@ "bin": "./bin/marked", |
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
24308